-
Notifications
You must be signed in to change notification settings - Fork 35
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
langserver parsing errors #306
Comments
Same to me.. on Win11 System / nim --version : 2.2.2 After changing 1.10.0, forever "checking file ___.nim" in vs code status bar... And three more instances are running... Thank you for updating nimlangserver.. Please make it more stable.. |
@Q-Master had you ran |
I have no nimble file in that path, because of no need. Auto running
Do nimble file is a must now? |
Well, you need to pass the search paths of your libraries to |
@jmgomez It was working perfectly before, and definitely working (almost fine) in v1.8.1. Why do I need to pass search paths to langserver if they're default ones like Anyways, why do langserver says that |
Yes, you are right for a moment I thought you had a different issue where the paths wasnt being picked up. The The checking project spinner is fixed in the sources. A patch is coming soon |
There's also an issue with dead nimble instance. 1.8.1 seems suffer less from this problem. |
Dont see how as latest |
@jmgomez thnx alot. |
Sure, its the same repo as |
Both 1.8.1 and 1.10.0 doesn't pase correctly simple code using my packets library.
nimble install packets
.1.8.1 just says that
Redefining UserAuth: line 10, column 3
1.10.0 rotating forever "checking file test_code.nim" in VS code toolbar.
This code is perfectly built and working while compiled
nim c test_code.nim
.Both 1.8.1 and 1.10.0 depending on nim 2.0.8, but current stable is 2.2.2 and there are some warnings about this while
nimble install nimlangserver
.Also while building 1.10.0 there are a big bunch of warnings in chronos libs.
1.8.1 starts, nimble somehow is dead. (no idea why does nimble start even. the flag about starting nimble in directory is disabled in settings)
1.10.0 starts the same and nimble is also dead.
--exceptionInlayHints: is somehow sometimes on and sometimes off for same file without changing anything.
The text was updated successfully, but these errors were encountered: