We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9ed21 commit e001b4aCopy full SHA for e001b4a
client/src/lspClient.ts
@@ -1,5 +1,5 @@
1
import { ConfigurationTarget, workspace } from 'vscode'
2
-import * as lsp from 'vscode-languageclient'
+import * as lsp from 'vscode-languageclient/node'
3
import { Extension } from './extension'
4
import { log, lspOutputChannel } from './log'
5
import { ConfigUpdateParams, statusMethod, StatusParams, updateConfigMethod } from './lspExt'
0 commit comments