Implement workspace trust for php-language-features

This commit is contained in:
Rob Lourens
2021-04-20 19:48:18 -07:00
parent 643756788f
commit 27cf6a3807
3 changed files with 47 additions and 24 deletions

View File

@@ -9,6 +9,7 @@
"engines": {
"vscode": "0.10.x"
},
"enableProposedApi": true,
"activationEvents": [
"onLanguage:php"
],
@@ -16,6 +17,10 @@
"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."
},
"contributes": {
"configuration": {
"title": "%configuration.title%",