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 {
10
10
DidOpenTextDocumentNotification ,
11
11
DidChangeTextDocumentNotification ,
12
12
DidCloseTextDocumentNotification ,
13
- CompletionItem ,
14
- Hover ,
15
13
} from "vscode-languageserver-protocol" ;
16
14
import * as utils from "./utils" ;
17
15
import * as c from "./constants" ;
@@ -21,7 +19,6 @@ import { fileURLToPath } from "url";
21
19
import { ChildProcess } from "child_process" ;
22
20
import { WorkspaceEdit } from "vscode-languageserver" ;
23
21
import { TextEdit } from "vscode-languageserver-types" ;
24
- import { OnReadOpts } from "node:net" ;
25
22
26
23
// https://microsoft.github.io/language-server-protocol/specification#initialize
27
24
// 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