Localize workspaceTrust

This commit is contained in:
Matt Bierner 2021-04-20 11:35:02 -07:00
parent 3b3ec496f6
commit ae24966cce
No known key found for this signature in database
GPG key ID: 099C331567E11888
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@
"enableProposedApi": true,
"workspaceTrust": {
"request": "onDemand",
"description": "The extension requires workspace trust when the workspace version is used because it executes code specified by the workspace."
"description": "%workspaceTrust%"
},
"engines": {
"vscode": "^1.30.0"

View file

@ -1,6 +1,7 @@
{
"displayName": "TypeScript and JavaScript Language Features",
"description": "Provides rich language support for JavaScript and TypeScript.",
"workspaceTrust": "The extension requires workspace trust when the workspace version is used because it executes code specified by the workspace.",
"reloadProjects.title": "Reload Project",
"configuration.typescript": "TypeScript",
"configuration.suggest.completeFunctionCalls": "Complete functions with their parameter signature.",