-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error get-lexer: 'before-lang-line #12
Comments
I'm facing almost the same issue:
It shows this error every time I type or delete a character from code. Thanks for your help. |
This issue got reported multiple times on the Magic Racket repo as well; I’ll link the respective issues and their authors below:
If there’s any way I can help, let me know. |
Thank you @Eugleo for the response, seem the solution is to add |
Yeah, but still the langserver probably should report that in some sensoble way, not just throw a random exception. That's the reason I'm reporting this, anyway. |
The |
Thanks; I am still very new to Racket. @aymanosman I am not sure this is the right issue for this — but I’m actually following up on this bug: Eugleo/magic-racket#24 It does not matter what line number the Lang declaration is on: “#lang br/quicklang” results in that error. Should I open up a new issue? |
Hi everyone, I think that the For @aymanosman 's error, this message is not coming from the language server, it is coming from |
Error:
The above error will throw when
#lang ..
is absent or when there are comments ahead of#lang ..
The text was updated successfully, but these errors were encountered: