Skip to content

Commit bacea2a

Browse files
authored
chore(vscode): remove embedded language IDs (#4081)
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.
1 parent 5d8d132 commit bacea2a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

extensions/vscode/package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,6 @@
8484
{
8585
"id": "plaintext",
8686
"configuration": "./languages/sfc-template-language-configuration.json"
87-
},
88-
{
89-
"id": "vue-injection-markdown"
90-
},
91-
{
92-
"id": "vue-directives"
93-
},
94-
{
95-
"id": "vue-interpolations"
96-
},
97-
{
98-
"id": "vue-sfc-style-variable-injection"
9987
}
10088
],
10189
"typescriptServerPlugins": [
@@ -149,7 +137,6 @@
149137
]
150138
},
151139
{
152-
"language": "vue-injection-markdown",
153140
"scopeName": "markdown.vue.codeblock",
154141
"path": "./syntaxes/markdown-vue.json",
155142
"injectTo": [
@@ -185,7 +172,6 @@
185172
}
186173
},
187174
{
188-
"language": "vue-directives",
189175
"scopeName": "vue.directives",
190176
"path": "./syntaxes/vue-directives.json",
191177
"injectTo": [
@@ -196,7 +182,6 @@
196182
]
197183
},
198184
{
199-
"language": "vue-interpolations",
200185
"scopeName": "vue.interpolations",
201186
"path": "./syntaxes/vue-interpolations.json",
202187
"injectTo": [
@@ -207,7 +192,6 @@
207192
]
208193
},
209194
{
210-
"language": "vue-sfc-style-variable-injection",
211195
"scopeName": "vue.sfc.style.variable.injection",
212196
"path": "./syntaxes/vue-sfc-style-variable-injection.json",
213197
"injectTo": [

0 commit comments

Comments
 (0)