Tim Havlicek
Tim Havlicek
Came across the same issue!
This may already be fixed, have u tried the latest preview builds? At least I am not seeing this anymore..
This is also a problem I encountered. I think a solution might be to be able to "import" or "include" a config from a sub directory. Then prefix tasks from...
@osiewicz ohh perfect! Thanks!
What are your zed settings for formatting? This default you are referring to might be the default prettier settings applied by builtin zed prettier.
The formatting over LSP is currently broken, see https://github.com/biomejs/biome-zed/issues/5 for status. Does this issue also apply to the diagnostic output in the editor?
As of Zed 0.146.0, we can now specify what language_server to use for the formatting: ```jsonc { "formatter": { "language_server": { "name": "biome" } } } ``` If you still...
I have not seen this in a while btw. (Im on Zed 0.139 and biome 1.8.0)
I'll close this issue as it appears to be fixed. https://github.com/zed-industries/zed/issues/10786
There is currently no way to disable eslint in zed, I think. It is baked into the typescript extension which is builtin. So if both is configured, they may be...