Formatter not working #13014
Unanswered
merisbahti
asked this question in
Troubleshooting
Replies: 1 comment
-
anything I can do to help? I've tried changing the source code to log the before text ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Nothing happens when I run the formatter.
Reproduction Steps
I tried this:
languages.toml
like this::format
in my fileI expected this to happen:
it should be formatted
Instead, this happened:
Nothing, no error.
The log even says:
BUT!! If I select the whole file (
%
) and then pipe it (|
) through the command:/Users/meris/.local/share/mise/installs/node/20.11.1/bin/eslint_d --stdin --fix-to-stdout --stdin-filename packages/checkout-sdk/src/actionMethods.ts
, the file gets correctly formatted.any idea what this might be?
Helix log
~/.cache/helix/helix.log
Platform
macOs
Terminal Emulator
kitty/zellij
Installation Method
source
Helix Version
25.01.1-177-g0efa8207
Beta Was this translation helpful? Give feedback.
All reactions