Skip to content

Commit

Permalink
fix: linter errors regarding new ls-client types
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Aug 20, 2021
1 parent 52a95d3 commit 5ae93e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
LanguageClient,
LanguageClientOptions,
ServerOptions,
} from 'vscode-languageclient';
} from 'vscode-languageclient/node';

let client: LanguageClient;

Expand Down

0 comments on commit 5ae93e6

Please sign in to comment.