From 1611151787a88e7d3e9daa5ad65b3f3f35b31e2d Mon Sep 17 00:00:00 2001 From: Lukas Hass Date: Sat, 3 Dec 2022 11:43:05 +0100 Subject: [PATCH] Remove `Vue.volar` Is now published from original repo, see https://github.com/johnsoncodehk/volar/pull/1255 --- extensions.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/extensions.json b/extensions.json index 08cb32ff5..ea4aa7932 100644 --- a/extensions.json +++ b/extensions.json @@ -1342,15 +1342,6 @@ "vsls-contrib.gitdoc": { "repository": "https://github.com/lostintangent/gitdoc" }, - "Vue.volar": { - "repository": "https://github.com/johnsoncodehk/volar", - "location": "extensions/vscode-vue-language-features", - "custom": [ - "npx pnpm install --no-frozen-lockfile --shamefully-hoist", - "npx pnpm run build", - "cd ./extensions/vscode-vue-language-features && npx pnpm run prepack:node && npx vsce package -o extension.vsix" - ] - }, "Vue.vscode-typescript-vue-plugin": { "repository": "https://github.com/johnsoncodehk/volar", "location": "extensions/vscode-typescript-vue-plugin",