mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
add new typescript.tsc.autoDetectType to enable either detection of build or watch tasks
Fixes #35067
This commit is contained in:
@@ -390,6 +390,17 @@
|
||||
],
|
||||
"description": "%typescript.tsc.autoDetect%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"typescript.tsc.autoDetectType": {
|
||||
"type": "string",
|
||||
"default": "both",
|
||||
"enum": [
|
||||
"both",
|
||||
"build",
|
||||
"watch"
|
||||
],
|
||||
"description": "%typescript.tsc.autoDetectType%",
|
||||
"scope": "resource"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user