Skip to content

Commit d2a4b5b

Browse files
committed
Remove unused imports from server/src/server.ts
1 parent 7f862f9 commit d2a4b5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
InitializeResult,
1414
HoverParams,
1515
Hover,
16-
MarkupContent,
1716
MarkupKind,
1817
DocumentSymbol,
1918
SymbolKind,
@@ -31,7 +30,6 @@ import {
3130
CodeActionParams,
3231
CodeAction,
3332
CodeActionKind,
34-
TextEdit,
3533
InsertTextFormat,
3634
} from "vscode-languageserver/node";
3735

0 commit comments

Comments
 (0)