mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -8,14 +8,16 @@
|
||||
"license": "MIT",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"enableProposedApi": true,
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "%workspaceTrust%",
|
||||
"requiredForConfigurations": [
|
||||
"typescript.tsdk",
|
||||
"typescript.tsserver.pluginPaths",
|
||||
"typescript.npm"
|
||||
]
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": "limited",
|
||||
"description": "%workspaceTrust%",
|
||||
"restrictedConfigurations": [
|
||||
"typescript.tsdk",
|
||||
"typescript.tsserver.pluginPaths",
|
||||
"typescript.npm"
|
||||
]
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.30.0"
|
||||
|
||||
Reference in New Issue
Block a user