Skip to content

Commit 3ec8e34

Browse files
committed
Remove dead imports
1 parent 41fbd16 commit 3ec8e34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import {
1010
DidOpenTextDocumentNotification,
1111
DidChangeTextDocumentNotification,
1212
DidCloseTextDocumentNotification,
13-
CompletionItem,
14-
Hover,
1513
} from "vscode-languageserver-protocol";
1614
import * as utils from "./utils";
1715
import * as c from "./constants";
@@ -21,7 +19,6 @@ import { fileURLToPath } from "url";
2119
import { ChildProcess } from "child_process";
2220
import { WorkspaceEdit } from "vscode-languageserver";
2321
import { 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.

0 commit comments

Comments
 (0)