mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Addresses concerns in #19624
This commit is contained in:
@@ -94,7 +94,22 @@
|
||||
"fileMatch": "composer.json",
|
||||
"url": "https://getcomposer.org/schema.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"title": "%command.untrustValidationExecutable%",
|
||||
"category": "%commands.categroy.php%",
|
||||
"command": "php.untrustValidationExecutable"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "php.untrustValidationExecutable",
|
||||
"when": "php.untrustValidationExecutableContext"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:php",
|
||||
|
||||
Reference in New Issue
Block a user