-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
🐛 intelliJ plugin 1.0.0 doesn't lint and output the CLI help when formatting #41
Comments
Looks like the v1.0.2 fixed the issue. We'll test a bit more and I close the ticket if everything is fine. |
lineWidth from the config is not taking into account (if not the whole config file?) We set it explicitly in IntelliJ. |
java.lang.Throwable: Failed to run Biome check with (format, safefixes) for file Whatever.tsx - \wsl.localhost\Ubuntu-22.04\home[..]/rome.json internalError/fs ━━━━━━━━━━━ × Biome couldn't read the file × Biome couldn't read the following file, maybe for permissions reasons or it doesn't exists: \wsl.localhost\Ubuntu-22.04\home[..]/rome.json PS: [..] being folder path here of the project (where package.json is). |
Also reordering of import doesn't seem to work neither with 1.0.2 |
I reopened the config and the link the biome.json path where changed to the folder of the app (where package.json is) |
Would you mind updating Biome to the latest version (v1.7.0)? |
I just did now, it's well detected regarding the status bar, but it's not better for the formatting. |
Environment information
What happened?
First, Using intelliJ on Windows with a project loaded via WSL or directly Windows, the Biome plugin seems to load successfully (LSP server says it is running) but it reports no linting issues (I saw them on VSCode for the same file)
Secondly, when I "format on save", it pastes the CLI output on the file. We can see that the formatting is done first, but then replaced by the help CLI output.
Expected result
lint and format properly ;-)
Code of Conduct
The text was updated successfully, but these errors were encountered: