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 3b5258a commit be0e5b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/language-service/tests/utils/createTester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ function createTester(rootUri: URI) {
ts.sys.useCaseSensitiveFileNames
),
parsedCommandLine.options,
parsedCommandLine.vueOptions,
false
parsedCommandLine.vueOptions
);
const vueServicePlugins = getFullLanguageServicePlugins(ts);
const defaultVSCodeSettings: any = {
Expand Down

0 comments on commit be0e5b8

Please sign in to comment.