File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import {
1010 DidOpenTextDocumentNotification ,
1111 DidChangeTextDocumentNotification ,
1212 DidCloseTextDocumentNotification ,
13- CompletionItem ,
14- Hover ,
1513} from "vscode-languageserver-protocol" ;
1614import * as utils from "./utils" ;
1715import * as c from "./constants" ;
@@ -21,7 +19,6 @@ import { fileURLToPath } from "url";
2119import { ChildProcess } from "child_process" ;
2220import { WorkspaceEdit } from "vscode-languageserver" ;
2321import { TextEdit } from "vscode-languageserver-types" ;
24- import { OnReadOpts } from "node:net" ;
2522
2623// https://microsoft.github.io/language-server-protocol/specification#initialize
2724// According to the spec, there could be requests before the 'initialize' request. Link in comment tells how to handle them.
You can’t perform that action at this time.
0 commit comments