mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
add new typescript.tsc.autoDetectType to enable either detection of build or watch tasks
Fixes #35067
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
"typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
|
||||
"javascript.nameSuggestions": "Enable/disable including unique names from the file in JavaScript suggestion lists.",
|
||||
"typescript.tsc.autoDetect": "Controls whether auto detection of tsc tasks is on or off.",
|
||||
"typescript.tsc.autoDetectType": "Controls detection of tsc tasks. 'build' only creates single run compile tasks. 'watch' only creates compile and watch tasks. 'both' creates both build and watch tasks. Default is 'both'.",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript problems",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user