diff --git a/.release-notes/0.2.2.md b/.release-notes/0.2.2.md new file mode 100644 index 0000000..633b6c4 --- /dev/null +++ b/.release-notes/0.2.2.md @@ -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. + diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 633b6c4..e69de29 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -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. -