Addresses concerns in #19624

This commit is contained in:
Dirk Baeumer
2017-03-28 09:30:36 +02:00
parent d4a9c30378
commit 0c8a6d5ad4
3 changed files with 29 additions and 8 deletions

View File

@@ -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",