update ext manifest schema validation and built-in exts

This commit is contained in:
SteVen Batten
2021-04-21 11:54:42 -07:00
parent 301d4e9a50
commit f9fc28d47d
25 changed files with 145 additions and 58 deletions

View File

@@ -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": {