mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
"activationEvents": [
|
||||
"onDebugResolve"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "never"
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"enableProposedApi": true,
|
||||
"main": "./out/extension",
|
||||
|
||||
Reference in New Issue
Block a user