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 83b4dca commit 38ae123Copy full SHA for 38ae123
editors/code/src/client.ts
@@ -2,7 +2,6 @@ import * as lc from 'vscode-languageclient';
2
import * as vscode from 'vscode';
3
4
import { Config } from './config';
5
-import { ensureServerBinary } from './installation/server';
6
//import { CallHierarchyFeature } from 'vscode-languageclient/lib/callHierarchy.proposed';
7
8
export async function createClient(config: Config, serverPath: string): Promise<lc.LanguageClient> {
0 commit comments