-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Frequent "Request textDocument failed." popups #91
Comments
I have a version of this problem, too. Versions: I can send the problem message, but it is about 2 pages every time it fails. let me know if you need the log. My config looks like this: within settings:
Note: I am not using nim.projectMapping because it seems like I shouldn't have to. Since the problem I have added: I also set nimlangserver.trace.server to "off", which might just suppress all the nasty messages. After this I got the status message: Restarting nimsuggest for . This went on forever and it never started. So, let me know if I have done the setup correctly as there still seems to be a problem. lsp was supposed to improve the nimsuggest restart problem but it seems to have made it far worse. I never had a problem with Saem's plugin. The new fork seems to be a step in the wrong direction (YMMV) |
I think restarting vs code after all of the above changes may have solved the problem. New problem nimsuggest is finding problems with: Nothing I can do about this... |
I'm getting this too, along with duplicated errors (i.e. each error message in "Problems" occurs twice). The only difference between the errors is one shows I solved this by turning on "Use Nimsuggest Check", causing only the edit: It did not solve the popup problem. The errors are no longer duplicated, but it's still crashing most (but not all) of the time with
nimlangserver: 1.4.0 |
I am going back to nimsaem's plugin: it works. Until this gets resolved. Or can I not use the lsp at all and just use the nimsuggest that the compiler provides? |
When I'm editing nim source file in vs code, I'm getting frequent "Request textDocument/codeAction failed.", "Request textDocument/inlayHint failed." or "Request textDocument/documentSymbol failed." popups.
This is very annoying.
Versions:
OS: linux debian sid
nim: 2.0.8
nimlangserver: 1.4.0
vscode-nim: 1.0.2
The text was updated successfully, but these errors were encountered: