Use single setting to control autodetect of tasks

#35067
This commit is contained in:
Matt Bierner
2017-10-11 18:45:31 -07:00
parent a60a551582
commit c098b394b0
3 changed files with 10 additions and 22 deletions

View File

@@ -386,20 +386,11 @@
"default": "on",
"enum": [
"on",
"off"
],
"description": "%typescript.tsc.autoDetect%",
"scope": "resource"
},
"typescript.tsc.autoDetectType": {
"type": "string",
"default": "both",
"enum": [
"both",
"off",
"build",
"watch"
],
"description": "%typescript.tsc.autoDetectType%",
"description": "%typescript.tsc.autoDetect%",
"scope": "resource"
}
}