We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been looking at lsp logs and I can see rpc.send events for every change I make to a given file.
On startup, if I have a type error, I see and rpc.receive event with the expected error information.
Occasionally, but not consistently, I can trigger an rpc.receive event by calling :LspRestart.
:LspRestart
I have experienced this issue both with Mason ( which bundles its own copy of the ocaml-lsp ) and one installed via OPAM.
Would really appreciate some help here. Happy to share lsp logs if that's helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been looking at lsp logs and I can see rpc.send events for every change I make to a given file.
On startup, if I have a type error, I see and rpc.receive event with the expected error information.
Occasionally, but not consistently, I can trigger an rpc.receive event by calling
:LspRestart
.I have experienced this issue both with Mason ( which bundles its own copy of the ocaml-lsp ) and one installed via OPAM.
Would really appreciate some help here. Happy to share lsp logs if that's helpful.
The text was updated successfully, but these errors were encountered: