mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
update ext manifest schema validation and built-in exts
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user