Skip to content

Commit 38ae123

Browse files
committed
Remove ensureServerBinary (botched rebase?)
1 parent 83b4dca commit 38ae123

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as lc from 'vscode-languageclient';
22
import * as vscode from 'vscode';
33

44
import { Config } from './config';
5-
import { ensureServerBinary } from './installation/server';
65
//import { CallHierarchyFeature } from 'vscode-languageclient/lib/callHierarchy.proposed';
76

87
export async function createClient(config: Config, serverPath: string): Promise<lc.LanguageClient> {

0 commit comments

Comments
 (0)