We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff519a commit d80cfeeCopy full SHA for d80cfee
extensions/vscode/languages/stub.json
@@ -0,0 +1 @@
1
+{}
extensions/vscode/package.json
@@ -67,6 +67,11 @@
67
{
68
"id": "jade",
69
"configuration": "./languages/sfc-template-language-configuration.json"
70
+ },
71
+ {
72
+ "id": "plaintext",
73
+ "configuration": "./languages/stub.json",
74
+ "//": "Make sure Vue extension is loaded immediately when VSCode starts."
75
}
76
],
77
"typescriptServerPlugins": [
0 commit comments