-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
🐛 LSP proxied connections cannot have dedicated configuration #5084
Comments
The Biome LSP already listens to Given that, the LSP proxy shouldn't accept |
Is there any way to specify their own configuration path without the biome-intellij finds a config file and sets to the flag even if the project have How should biome-intellij handle the configuration path correctly? |
That's a limitation that we have at the moment, so I won't consider this a bug but probably a new feature. We could evaluate a new option, e.g. It can become quite complex, but I believe it can suite the LSP workspace projects. As for the biome-intellij plugin, I don't have an answer for you. I'm not directly involved with the developments. I would expect the LSP to handle that, if the client decides to do their own resolution... well, things get complicated 😓 |
@ematipico |
Closing this as I created a task issue #5089. |
Environment information
What happened?
Biome has
lsp-proxy
subcommand to open a connection to the global Biome daemon, and proxies to the LSP client. The Biome daemon is launched once per Biome version, and it takes--config-path
parameter for specifying the configuration path.When I am working two projects that have different configurations, I cannot apply the second configuration once the first project launched a daemon with its configuration.
Related Issues:
Expected result
Biome's LSP proxy should launch a daemon per configuration, or a LSP proxy connection sends the configuration path to the daemon in a session scope.
Biome already supports Workspace feature on LSP, so including the configuration path in a
workspace/configuration
request will also resolve this.Code of Conduct
The text was updated successfully, but these errors were encountered: