-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
🐛 the format functionality of biome lsp-proxy
doesn't recognize biome.json
#402
Comments
@nissy-dev I think On my end the Biome.Intellij.mp4 |
I am using the |
I'm in the same situation. Thanks for confirming correctly! Considering about the other comments and the situation with |
To be precise, I verified that the formatting functionality of the biome lsp does not respect the biome.json file passed by the |
biome lsp-proxy
doesn't recognize biome.jsonbiome lsp-proxy
does doesn't recognize biome.json
biome lsp-proxy
does doesn't recognize biome.jsonbiome lsp-proxy
doesn't recognize biome.json
This is happening with me on VSCode extension, are there any workarounds? |
@thelinuxlich I suggest you open a new issue with the required information to triage your issue. Your problem might be caused by something different. |
@ematipico I just discovered what's the issue, if I have a workspace with many folders, biome-lsp doesn't find the biome.json relative to the current project. If the project is the workspace, it works. But it's a bug, right? |
@thelinuxlich there's an issue already open: biomejs/biome-vscode#18 |
Environment information
What happened?
In discord server, some users faced the issue that Intellij plugin doesn't resolve biome.json.
I also confirmed that
lsp-proxy
command does not resolve the config file. (But,start
command seems to resolve it.)similar issue: xiaoxin-sky/lapce-rome#1
Expected result
biome lsp-proxy
should recognize biome.json likebiome start
.Or, intellij plugin should use
biome start
instaad ofbiome lsp-proxy
?Code of Conduct
The text was updated successfully, but these errors were encountered: