Fix formatting requests sending misversioned didChange notifications 0.11.0.3
authorLuke Lau <luke_lau@icloud.com>
Mon, 27 Jul 2020 12:19:07 +0000 (13:19 +0100)
committerLuke Lau <luke_lau@icloud.com>
Mon, 27 Jul 2020 12:19:07 +0000 (13:19 +0100)
Inside updateState, if a WorkspaceEdit with just the changes field was
set then it would send back didChange notifications where all the
document versions started from 0. This fixes it to actually take the
current version inside the VFS before sending it back


No differences found