mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Allow tsc tasks to be disabled using settings. Fixes #27312
This commit is contained in:
@@ -315,6 +315,15 @@
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%javascript.nameSuggestions%"
|
||||
},
|
||||
"typescript.tsc.autoDetect": {
|
||||
"type": "string",
|
||||
"default": "on",
|
||||
"enum": [
|
||||
"on",
|
||||
"off"
|
||||
],
|
||||
"description": "%typescript.tsc.autoDetect%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user