Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 19, 2024
1 parent 1a4a313 commit 58f748b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/language-service/index.ts
Expand Up @@ -101,8 +101,10 @@ export function createVueServicePlugins(
};
}
else {
plugins.push(createTypeScriptSyntacticServicePlugin(ts));
plugins.push(createTypeScriptDocCommentTemplateServicePlugin(ts));
plugins.push(
createTypeScriptSyntacticServicePlugin(ts),
createTypeScriptDocCommentTemplateServicePlugin(ts),
);
}
plugins.push(
createTypeScriptTwoslashQueriesServicePlugin(ts),
Expand Down

0 comments on commit 58f748b

Please sign in to comment.