diff --git a/extensions/vscode/CHANGELOG.md b/extensions/vscode/CHANGELOG.md index be495c885a..be6fbe0aa6 100644 --- a/extensions/vscode/CHANGELOG.md +++ b/extensions/vscode/CHANGELOG.md @@ -1 +1 @@ -For a full change history, refer to the [CHANGELOG](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) on the Volar GitHub site. +For a full change history, refer to the [CHANGELOG](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) on the GitHub site. diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 2799749f3a..d57335a054 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -15,7 +15,7 @@ }, "icon": "images/icon.png", "displayName": "Vue Language Features (Volar)", - "description": "Language support for Vue 3", + "description": "Language Support for Vue", "author": "johnsoncodehk", "publisher": "Vue", "engines": { @@ -32,15 +32,6 @@ "virtualWorkspaces": { "supported": "limited", "description": "Install https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-web to have IntelliSense for .vue files in Web IDE." - }, - "untrustedWorkspaces": { - "supported": "limited", - "description": "%volar.workspaceTrust.description%", - "restrictedConfigurations": [ - "typescript.tsdk", - "typescript.tsserver.pluginPaths", - "typescript.npm" - ] } }, "contributes": { @@ -281,7 +272,7 @@ ], "configuration": { "type": "object", - "title": "Volar", + "title": "Vue", "properties": { "vue.trace.server": { "scope": "window", @@ -483,24 +474,19 @@ }, "commands": [ { - "command": "volar.action.doctor", + "command": "vue.action.doctor", "title": "Doctor", - "category": "Volar" + "category": "Vue" }, { - "command": "volar.action.writeVirtualFiles", + "command": "vue.action.writeVirtualFiles", "title": "Write Virtual Files", - "category": "Volar (Debug)" - }, - { - "command": "volar.action.showComponentMeta", - "title": "Show Component Meta", - "category": "Volar" + "category": "Vue (Debug)" }, { - "command": "volar.action.splitEditors", + "command": "vue.action.splitEditors", "title": "Split