localise workspace trust strings for exts

This commit is contained in:
SteVen Batten
2021-04-22 07:44:24 -07:00
parent 5c39e705cc
commit ed16789225
4 changed files with 5 additions and 3 deletions

View File

@@ -7,5 +7,6 @@
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "Disallow PHP validation executable (defined as workspace setting)",
"displayName": "PHP Language Features",
"description": "Provides rich language support for PHP files."
"description": "Provides rich language support for PHP files.",
"workspaceTrust": "The extension requires workspace trust when the `php.validate.executablePath` setting will load a version of PHP in the workspace."
}