Skip to content
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

Configuration conflict between multiple projects #63

Open
theart84 opened this issue May 28, 2024 · 3 comments
Open

Configuration conflict between multiple projects #63

theart84 opened this issue May 28, 2024 · 3 comments

Comments

@theart84
Copy link

Thank you for the plugin and the library!
I've encountered an issue. I have two projects that I'm developing simultaneously: a frontend on React and a backend on NestJS. Both projects use biomejs version 1.7.3. Each project has its own configuration files, and they differ slightly. When I run both projects, the config is read from the first project that was started, and the second project uses the schema from the first project. I tried specifying paths in the plugin settings, but that didn't help.
Can you suggest something or is this a bug?
webstorm 2024.1.2 Build #WS-241.15989.105
biomejs plugin 1.1.0

@nico-w
Copy link

nico-w commented Jun 25, 2024

I'm encountering the same situation.

Having two projects open in Webstorm simultaneously, one of them is showing me unrelated "problems". Good, I found your ticket @theart84 because it made me aware that when I close the other Webstorm those "problems" are gone.

Also tried specifying the paths precisely, but didn't help.

OS: Windows 10 Pro 22H2
WebStorm 2024.1.4
Build #WS-241.17890.13, built on June 4, 2024
BiomeJS Plugin: v1.2.1

I guess it's somewhat a bug, because for me this issue makes biome plugin less usable as I have literally always multiple projects open at the same time - each of them have slightly different config.

@sj-e2digital
Copy link

I am also experiencing this problem in a monorepo with multiple biome.json files.

@arnorhs
Copy link

arnorhs commented Sep 3, 2024

My co-worker is also experiencing this issue - but with two windows open for separate projects - each one has a biome.json but their settings is not the same.

As soon as they closed one of the windows, the current window started respecting the biome.json settings

My guess is that there's just a single biome runtime thing going on and it can't handle multiple projects at the same time, yet..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants