mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add tsgo watcher (#276751)
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
"typescript.tsc.autoDetect.build": "Only create single run compile tasks.",
|
||||
"typescript.tsc.autoDetect.watch": "Only create compile and watch tasks.",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript problems",
|
||||
"typescript.problemMatchers.tsgo-watch.label": "TypeScript problems (watch mode)",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)",
|
||||
"configuration.suggest.paths": "Enable/disable suggestions for paths in import statements and require calls.",
|
||||
"configuration.tsserver.useSeparateSyntaxServer": "Enable/disable spawning a separate TypeScript server that can more quickly respond to syntax related operations, such as calculating folding or computing document symbols.",
|
||||
|
||||
Reference in New Issue
Block a user