Skip to content

Commit 1061e0a

Browse files
committed
Remove unused import
1 parent 63ae97f commit 1061e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/omnisharp/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import * as path from 'path';
99
import * as protocol from './protocol';
1010
import * as vscode from 'vscode';
1111
import { MSBuildProject } from './protocol';
12-
import { Options } from './options';
1312

1413
export async function autoComplete(server: OmniSharpServer, request: protocol.AutoCompleteRequest, token: vscode.CancellationToken) {
1514
return server.makeRequest<protocol.AutoCompleteResponse[]>(protocol.Requests.AutoComplete, request, token);

0 commit comments

Comments
 (0)