diff --git a/extensions/typescript-language-features/package.json b/extensions/typescript-language-features/package.json index ec016b75cfe..dc678f08362 100644 --- a/extensions/typescript-language-features/package.json +++ b/extensions/typescript-language-features/package.json @@ -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" diff --git a/extensions/typescript-language-features/package.nls.json b/extensions/typescript-language-features/package.nls.json index 0d23dbdcebf..2307171ae78 100644 --- a/extensions/typescript-language-features/package.nls.json +++ b/extensions/typescript-language-features/package.nls.json @@ -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.",