-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rotate release notes as part of the 0.2.2 release
- Loading branch information
1 parent
938a05a
commit 6911d9a
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
## 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. | ||
|
||