microsoft / vscode-languageserver-node

Language server protocol implementation for VSCode. This allows implementing language services in JS/TS running on node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors from rename still not shown in VSCode

Gama11 opened this issue · comments

Rename errors passed from a language server still don't seem to reach VSCode. Original issue: #220. This is using 1.21.0 and vscode-languageclient 4.0.0:

I'm not sure which of the two is at fault, but this error shows up in the dev console after a failed rename:

The example from microsoft/vscode#37808 seems to work as expected.


The issue can easily be reproduced outside of the Haxe extension by making some adjustments to the lsp-sample:

https://github.com/Gama11/vscode-extension-samples/commit/1280db4df548273bef8ba1d9beb1115c611a2ba5

Not sure what you mean? I already linked to that issue:

The example from microsoft/vscode#37808 seems to work as expected.

That was for me :-)