-
-
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
Formatter runs forever #20
Comments
Hi @baelter,
The easiest way would be to add a config. option but it would need to be handled by the editor plugin I think.
I have a hard time reproducing this issue on my computer. Out of curiosity, does |
I just released 📦 |
Sweet, will do. Just have to reproduce and check those logs first! |
Getting some error output which does not make sense:
There are no issues with the code.
Same with Not sure if it's related to the hanging formatting, that seems kinda random. |
This is weird, saving should only call the built-in crystal formatter (same as crystal tool format). Unfortunately a bug in the Crystal compiler prevents me from compiling and running crystalline since the last release (0.36.1). I'm waiting for the Crystal team to fix this before I'll be able to investigate more. (see crystal-lang/crystal#10359) |
When I enable this in vscode with format on save enabled the formatter runs forever with 100% cpu. Formatting is working fine without the language server, so could you add an option to disable it in the language server?
The text was updated successfully, but these errors were encountered: