fannheyward / coc-biome

Biome extension for coc.nvim
MIT License
25 stars 1 forks source link

Monorepo => `No biome.json file found` #21

Open brillout opened 8 months ago

brillout commented 8 months ago

When starting nvim at the monorepo root, everything works as expected.

But, if starting nvim in any other directory inside the monorepo, :CocCommand workspace.showOutput logs:

No biome.json file found

Biome's CLI is able to find biome.json no matter in what directory inside the monorepo I run it.

tony commented 7 months ago

I don't want to hijack this thread with a different topic, but I am racking my brain with #13 - I am also on a monorepo. If you find similariies in your case let me know.

tony commented 6 months ago

Same as with https://github.com/fannheyward/coc-biome/issues/13#issuecomment-2041055755:

I don't see any indication of coc-biome having a bug - I biome will alleviate this via https://github.com/biomejs/biome/issues/2228.

@brillout Any thoughts on this? Maybe it's not coc-biome?

tony commented 4 months ago

Perhaps https://github.com/biomejs/biome/issues/1573 / v1.8.0 changed this?

fannheyward commented 4 months ago

@tony can you test this with a monorepo with coc-biome + biome 1.8?