Alex Bubnov
Alex Bubnov
I'm sorry to bring bad news, but it is was undeprecated for some reasons, so this is still kind of an issue. https://github.com/microsoft/vscode-languageserver-node/issues/492 https://github.com/microsoft/vscode-languageserver-node/commit/3a23efc2c43045900f37aa4b47e851aa04bd6c1a https://github.com/microsoft/language-server-protocol/commit/800c75b1ce901845b33f739f4331c324b1b96f75 For clarity - deprecation discussion...
I submitted issue in Sublime-LSP, it is interesting to see what they think. > Would be interesting to hear if it can be reproduced in other editors? quoting myself from...
Well, I understood. It was not diagnostics of my code, it was about merl_transform.erl. All the chain looks like this: * my code includes merl.hrl, which contains `-compile([{parse_transform, merl_transform}]).` *...