Clean up leftover PHP custom trust code

This commit is contained in:
Rob Lourens
2021-06-28 08:38:38 -05:00
parent 498aea6ba2
commit b35a791987
3 changed files with 4 additions and 83 deletions

View File

@@ -68,22 +68,7 @@
"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": "npx gulp compile-extension:php-language-features",