mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Implement workspace trust for php-language-features
This commit is contained in:
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user