-
-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Formatting with Brittany does nothing #412
Comments
hi, thanks for the bug report, could you attach the log of a vscode session (it is in the output pane)? |
Hi, sure, I'm just not sure which one you need, is it that one under the Haskell combo box?
|
It could be baked into the binary, when it was compiler on a different machine and |
@vaclavsvejcar Well, an ugly workaround could be create that file ( |
@jneira I think that happens because brittany uses |
Same issue over here but for me it says:
Here is the whole LSP log:
Note: this is not with vscode but with neovim and coc.nvim |
I can also confirm that this works. I just created a symlink at |
absolutely it does not, only a temporary workaround to not have to wait to the fix |
I am currently in a project and we have a nice setup with nix that just sets up everything for everyone, having to |
I can confirm as well that |
|
* parse lsp client configuration to track workspace roots * Only use Watched files on workspace files * Apply suggestions from code review Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Add tests for watched files Left as future work: adding tests for workspace folder notifications * Add a test for file creation outside workspace Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Hello,
first of all, thanks a lot for such amazing project, which makes coding Haskell in VSCode fantastic experience!
I'm facing strange behaviour when trying to format code with Brittany. Any other formatter works just fine from VSCode, but when hitting the shortcut for formatting when Brittany is selected, nothing happens, and I'm getting this weird error message in output log:
No idea how it get the
/Users/runner/
, because that's not my user and such user is not present on my system. Any ideas what could be wrong?Environment
The text was updated successfully, but these errors were encountered: