From bacea2aa3fa1a9ab26fdaa097dc70190b76e5aab Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Wed, 20 Mar 2024 02:50:29 +0100 Subject: [PATCH] chore(vscode): remove embedded language IDs (#4081) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The language ID isn’t needed for injections. Only `scopeName` is needed. The language ID appears in the VSCode language selector, which isn’t desired behaviour. --- extensions/vscode/package.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 0f96b769c3..7120405fc9 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -84,18 +84,6 @@ { "id": "plaintext", "configuration": "./languages/sfc-template-language-configuration.json" - }, - { - "id": "vue-injection-markdown" - }, - { - "id": "vue-directives" - }, - { - "id": "vue-interpolations" - }, - { - "id": "vue-sfc-style-variable-injection" } ], "typescriptServerPlugins": [ @@ -149,7 +137,6 @@ ] }, { - "language": "vue-injection-markdown", "scopeName": "markdown.vue.codeblock", "path": "./syntaxes/markdown-vue.json", "injectTo": [ @@ -185,7 +172,6 @@ } }, { - "language": "vue-directives", "scopeName": "vue.directives", "path": "./syntaxes/vue-directives.json", "injectTo": [ @@ -196,7 +182,6 @@ ] }, { - "language": "vue-interpolations", "scopeName": "vue.interpolations", "path": "./syntaxes/vue-interpolations.json", "injectTo": [ @@ -207,7 +192,6 @@ ] }, { - "language": "vue-sfc-style-variable-injection", "scopeName": "vue.sfc.style.variable.injection", "path": "./syntaxes/vue-sfc-style-variable-injection.json", "injectTo": [