Skip to content

Commit

Permalink
New pygls removes broken SyncKind, remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Sep 27, 2019
1 parent 604a4ef commit bfd847e
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 40 deletions.
4 changes: 0 additions & 4 deletions jedi_language_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
Location,
RenameParams,
TextDocumentPositionParams,
TextDocumentSyncKind,
TextEdit,
WorkspaceEdit,
)
Expand All @@ -30,9 +29,6 @@

SERVER = LanguageServer()

# NOTE: Incremental completions appear to be broken for me. Currently debugging
SERVER.sync_kind = TextDocumentSyncKind.FULL


@SERVER.feature(COMPLETION, triggerCharacters=["."])
def lsp_completion(server: LanguageServer, params: CompletionParams = None):
Expand Down
Loading

0 comments on commit bfd847e

Please sign in to comment.