mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -44,9 +44,11 @@
|
||||
"workspaceContains:package.json",
|
||||
"onView:npm"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "onDemand",
|
||||
"description": "This extension calls the `tasks.executeTask()` API, which requires trust to run."
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": "limited",
|
||||
"description": "This extension calls the `tasks.executeTask()` API, which requires trust to run."
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [
|
||||
|
||||
Reference in New Issue
Block a user