-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
internal error in method "textDocument/documentSymbol" ...keeps popping up all the time #24
internal error in method "textDocument/documentSymbol" ...keeps popping up all the time #24
Comments
It's not a minimal example unfortunately, but this is the file which seems to be a problem: |
Also getting this error:
|
Thanks for reporting, I'm very short on time at the moment, but I'll test it out ASAP. |
I'm having the same issue. I'm working through the Beautiful Racket Stacker Tutorial and even the most basic examples fail with the error above.
|
@benrbray I think your issue might be caused by not having the |
I just tested again with the first line omitted -- unfortunately I get the same error. Thanks for making this extension! Looking forward to using it once I get past this issue. |
Thanks for checking! Then it will be some custom-lang induced error, I need to check (probably it'll still go to the langserver repo). |
@Eugleo To follow up: I get the same error as @benrbray when doing the br tutorial, regardless of what line number the lang declaration is on. I mentioned it in: jeapostrophe/racket-langserver#12. |
I get the same error every time, and I found that some predicates are not in the suggested function. Btw I tried every language, advanced student, intermidiate, beginning, every one, it just doesn't work |
I am experiencing the same issue described above. I am on windows if it helps. |
Every issue mentioned in this thread has been fixed over at the langserver in jeapostrophe/racket-langserver#51, jeapostrophe/racket-langserver#38, & jeapostrophe/racket-langserver#53 (once it's merged) Update your |
Closing this issue. Reopen if the issue persists after updating once the PR is merged. |
Environment
1.47.3
7.7 3M
01bc4ad03e449dfbe1852a141748c3d6121a1e75
0.5.6
Error message
Additional context
I was using Magic Racket pretty happily for a while.
Now it has started popping up this error every time I type something in my current file.
I don't think there is a syntax error in the file as it runs fine outside VS Code (and even if there was I would not want this intrusive error).
I have restarted VS Code but it's still happening.
If relevant, please enclose a minimal example file which triggers the errors. If you're unable to enclose the file, please do the following instead:
The text was updated successfully, but these errors were encountered: