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

@@ -17,9 +17,11 @@
"categories": [
"Programming Languages"
],
"workspaceTrust": {
"request": "onDemand",
"description": "The extension requires workspace trust when the `php.validate.executablePath` setting will load a version of PHP in the workspace."
"capabilities": {
"untrustedWorkspaces": {
"supported": "limited",
"description": "The extension requires workspace trust when the `php.validate.executablePath` setting will load a version of PHP in the workspace."
}
},
"contributes": {
"configuration": {