File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type * as monaco from 'monaco-editor-core'
4
4
import * as ts from 'typescript/lib/tsserverlibrary'
5
5
import type { LanguageServiceEnvironment , VueCompilerOptions } from '@vue/language-service'
6
6
import { createVueLanguagePlugin , getFullLanguageServicePlugins , resolveVueCompilerOptions } from '@vue/language-service'
7
- import { createTypeScriptWorkerService } from '@volar/monaco/worker'
7
+ import { createTypeScriptWorkerLanguageService } from '@volar/monaco/worker'
8
8
import { URI } from 'vscode-uri'
9
9
import type { WorkerHost } from './env'
10
10
@@ -68,7 +68,7 @@ self.onmessage = () => {
68
68
} ,
69
69
}
70
70
71
- return createTypeScriptWorkerService ( {
71
+ return createTypeScriptWorkerLanguageService ( {
72
72
typescript : ts ,
73
73
env,
74
74
compilerOptions,
You can’t perform that action at this time.
0 commit comments