You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Biome across multiple projects in WebStorm and have run into a problem when multiple projects are open at the same time. It seems that Biome uses only one configuration for the entire Webstorm instance and does not differentiate between projects.
If I disable certain rules in a project's Biome configuration, those rules still seem to be applied when another project with those rules enabled is open. It appears that the Language Server only respects the configuration of one project, rather than the individual settings of each project.
When I close the other projects, the correct configuration is immediately applied. In addition, with the current nightly version of Biome that uses the LSP, if I close one of many projects, the language server for the entire Webstorm instance stops completely, causing Biome to not work in the remaining open projects until I manually restart the server.
Many thanks for any advice!
The text was updated successfully, but these errors were encountered:
Hello there,
I'm using Biome across multiple projects in WebStorm and have run into a problem when multiple projects are open at the same time. It seems that Biome uses only one configuration for the entire Webstorm instance and does not differentiate between projects.
If I disable certain rules in a project's Biome configuration, those rules still seem to be applied when another project with those rules enabled is open. It appears that the Language Server only respects the configuration of one project, rather than the individual settings of each project.
When I close the other projects, the correct configuration is immediately applied. In addition, with the current nightly version of Biome that uses the LSP, if I close one of many projects, the language server for the entire Webstorm instance stops completely, causing Biome to not work in the remaining open projects until I manually restart the server.
Many thanks for any advice!
The text was updated successfully, but these errors were encountered: