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 1a4a313 commit 58f748bCopy full SHA for 58f748b
packages/language-service/index.ts
@@ -101,8 +101,10 @@ export function createVueServicePlugins(
101
};
102
}
103
else {
104
- plugins.push(createTypeScriptSyntacticServicePlugin(ts));
105
- plugins.push(createTypeScriptDocCommentTemplateServicePlugin(ts));
+ plugins.push(
+ createTypeScriptSyntacticServicePlugin(ts),
106
+ createTypeScriptDocCommentTemplateServicePlugin(ts),
107
+ );
108
109
plugins.push(
110
createTypeScriptTwoslashQueriesServicePlugin(ts),
0 commit comments