We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clarifications for debugging tsserver
Updated Debugging Language Service in VS Code (markdown)
Merge branch 'master' of https://github.com/Microsoft/TypeScript.wiki
fix mistaken launch.json example for debugging tsserver The `request` shall be `attach`.
Remove the warning about debugging
Merge pull request #212 from SamB/patch-2 Fix vscode extension link
fix: it is unnecessary space
Fix vscode extension link
Change node --debug to node --inspect This commit fixes the following deprecation: DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead.
Some clarifications and rephrasings.
Update launch.json template
fix headings
Created Debugging Language Service in VS Code (markdown)