Skip to content

Commit

Permalink
add openClose document sync capabitilty
Browse files Browse the repository at this point in the history
textDocument/didOpen
was not sent anymore by VS code since #320
  • Loading branch information
rtbo authored and WebFreak001 committed Jun 8, 2023
1 parent 5b2711e commit 172f231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/served/extension.d
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ InitializeResult initialize(InitializeParams params)
includeText: false,
};
TextDocumentSyncOptions textDocumentSync = {
openClose: true,
change: documents.syncKind,
save: save,
};
Expand Down

0 comments on commit 172f231

Please sign in to comment.