We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a5c83 commit 0c029baCopy full SHA for 0c029ba
server/src/server.ts
@@ -1,7 +1,5 @@
1
import process from "process";
2
import * as p from "vscode-languageserver-protocol";
3
-import * as t from "vscode-languageserver-types";
4
-import * as j from "vscode-jsonrpc";
5
import * as m from "vscode-jsonrpc/lib/messages";
6
import * as v from "vscode-languageserver";
7
import * as path from "path";
@@ -11,8 +9,6 @@ import {
11
9
DidOpenTextDocumentNotification,
12
10
DidChangeTextDocumentNotification,
13
DidCloseTextDocumentNotification,
14
- DidChangeWatchedFilesNotification,
15
- CompletionResolveRequest,
16
} from "vscode-languageserver-protocol";
17
import * as utils from "./utils";
18
import * as c from "./constants";
server/src/server_old.ts
0 commit comments