Skip to content

Commit

Permalink
Update createTester.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 22, 2024
1 parent 88bff5a commit 00e5d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/language-service/tests/utils/createTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ function createTester(rootUri: URI) {
ts.sys.useCaseSensitiveFileNames
),
parsedCommandLine.options,
parsedCommandLine.vueOptions
parsedCommandLine.vueOptions,
true
);
const vueServicePlugins = getFullLanguageServicePlugins(ts);
const defaultVSCodeSettings: any = {
Expand Down

0 comments on commit 00e5d21

Please sign in to comment.