Skip to content

Commit 5e7800b

Browse files
author
Chuck Meyer
authored
Merge pull request #12 from kddejong/Fix/TurnOffAutoComplete
This plugin doesn't do autocomplete
2 parents 46da645 + 1e67dd5 commit 5e7800b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

server/src/server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ connection.onInitialize((): InitializeResult => {
3737
return {
3838
capabilities: {
3939
// 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-
}
40+
textDocumentSync: documents.syncKind
4541
}
4642
};
4743
});

0 commit comments

Comments
 (0)