Accepting action causes error
Args out of range: #<marker (moves after insertion) at 3252 in BranchSyncService.cs>, #<marker (moves after insertion) at 3252 in BranchSyncService.cs>
This happens occasionally in emacs 29 using lsp-mode. This might be a regression caused by https://github.com/razzmatazz/csharp-language-server/pull/116
I think this could rather be something about ignoring VersionedTextDocumentIdentifier.Version in csharp-ls. I could not not bother myself to understand and implement logic required for this. ...Or it could be something else
I added https://github.com/razzmatazz/csharp-language-server/commit/2bdcec738aa2afec1656ddc6d0a57b9a1deae50a to help trace doubly-finished requests which shouldn't ever happen
I think this could rather be something about ignoring VersionedTextDocumentIdentifier.Version in csharp-ls. I could not not bother myself to understand and implement logic required for this. ...Or it could be something else
this stinks of a lamport clock of some kind