mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
"activationEvents": [
|
||||
"onCommand:workbench.action.tasks.runTask"
|
||||
],
|
||||
"workspaceTrust": {
|
||||
"request": "never",
|
||||
"description": "This extension only provides tasks. Trust is already required by the tasks system before any task providers are called."
|
||||
"capabilities": {
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"contributes": {
|
||||
"configuration": {
|
||||
|
||||
Reference in New Issue
Block a user