Skip to content

Commit e001b4a

Browse files
committed
fixup client imports
1 parent 9a9ed21 commit e001b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lspClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ConfigurationTarget, workspace } from 'vscode'
2-
import * as lsp from 'vscode-languageclient'
2+
import * as lsp from 'vscode-languageclient/node'
33
import { Extension } from './extension'
44
import { log, lspOutputChannel } from './log'
55
import { ConfigUpdateParams, statusMethod, StatusParams, updateConfigMethod } from './lspExt'

0 commit comments

Comments
 (0)