mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Add requiredForConfigurations for TS
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
"enableProposedApi": true,
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "%workspaceTrust%"
|
||||
"description": "%workspaceTrust%",
|
||||
"requiredForConfigurations": [
|
||||
"typescript.tsdk",
|
||||
"typescript.tsserver.pluginPaths",
|
||||
"typescript.npm"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.30.0"
|
||||
|
||||
Reference in New Issue
Block a user