Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Jul 24, 2024
1 parent 4fb1604 commit c2249aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .release-notes/7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Fix textDocumentSync server capability

Previously the `textDocumentSync` property was malformed and not according to spec.
It seemed vscode did the right thing and fell back to sending both `didChange` and `didSave` notifications anyways.
Neovim didn't, so we didn't receive any `didSave` notifications. Now everything is working as expected with neovim and vscode.

0 comments on commit c2249aa

Please sign in to comment.