mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Allow tsc tasks to be disabled using settings. Fixes #27312
This commit is contained in:
@@ -37,5 +37,6 @@
|
||||
"jsDocCompletion.enabled": "Enable/disable auto JSDoc comments",
|
||||
"javascript.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing jsconfig.json or tsconfig.json files override this setting. Requires TypeScript >=2.3.1.",
|
||||
"typescript.check.npmIsInstalled": "Check if NPM is installed for automatic typings acquisition",
|
||||
"javascript.nameSuggestions": "Enable/disable including unique names from the file in JavaScript suggestion lists."
|
||||
"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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user