Skip to content

Commit

Permalink
Fix workspaceTrust description (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
IIFelix committed Jul 20, 2022
1 parent c9f140b commit d05f7ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode-vue-language-features/package.json
Expand Up @@ -41,7 +41,7 @@
"capabilities": {
"untrustedWorkspaces": {
"supported": "limited",
"description": "%workspaceTrust%",
"description": "%volar.workspaceTrust.description%",
"restrictedConfigurations": [
"typescript.tsdk",
"typescript.tsserver.pluginPaths",
Expand Down Expand Up @@ -829,4 +829,4 @@
"vscode-languageclient": "^8.0.1",
"vscode-nls": "^5.0.1"
}
}
}
3 changes: 3 additions & 0 deletions extensions/vscode-vue-language-features/package.nls.json
@@ -0,0 +1,3 @@
{
"volar.workspaceTrust.description": "Workspace must be trusted for Volar to work properly."
}

0 comments on commit d05f7ec

Please sign in to comment.