Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add support for customDescriptionGenerators (for compiler debugging) #40308
Conversation
| ] | ||
| ], | ||
|
|
||
| // NOTE: To use this, you must switch the "type" above to "pwa-node". You may also need to follow the instructions |
andrewbranch
Aug 31, 2020
Member
I believe this comment will be obsolete in the next VS Code release.
I believe this comment will be obsolete in the next VS Code release.
This adds a custom watch/locals description generator for use when debugging the compiler using the new
"customDescriptionGenerators"feature recently added to the new preview js debugger for VS Code.This adds custom Watch window descriptions for the following kinds of objects in the compiler:
SymbolTypeNodeNodeArrayFlowNodeExamples:
Instructions for enabling this when debugging can be found in
.vscode/launch.template.json.