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.
2 parents 46da645 + 1e67dd5 commit 5e7800bCopy full SHA for 5e7800b
server/src/server.ts
@@ -37,11 +37,7 @@ connection.onInitialize((): InitializeResult => {
37
return {
38
capabilities: {
39
// Tell the client that the server works in FULL text document sync mode
40
- textDocumentSync: documents.syncKind,
41
- // Tell the client that the server support code complete
42
- completionProvider: {
43
- resolveProvider: true
44
- }
+ textDocumentSync: documents.syncKind
45
}
46
};
47
});
0 commit comments