Tyler C Laprade, CFA
Tyler C Laprade, CFA
@ematipico, I still have this "bundled" thing showing after clearing versions cache. My teammate is also getting the constant popup warning as well.
Thanks @nhedger. I assume you meant pre-release, as "nightly" is deprecated. After switching to pre-release, I have a _different_ popup, but I'm still missing Biome. I expect to have it...
@nhedger, hmm, that's still not working, both with and without a slash at the end of the path. I'm in a monorepo, but with only one relevant project - the...
Sure! I was able to repro without a monorepo. https://github.com/tylerlaprade/biome_bug **Steps:** 1. Open this project in a fresh VSCode install 2. Run `npm i` to install Biome 3. `Developer: Reload...
Sure, how's this: https://www.loom.com/share/708aae2faab4444b8a31caf6e0931ba3?sid=833839d4-f0d1-49f3-a8e7-6667ac0782f4
@nhedger, even though I see "Biome 1.8.3" in the status bar, the extension doesn't seem to be able to make use of it. I don't get formatting on save or...
Ah okay - in that case it seems like there's still a bug? The project one is not working on files that are part of my project.
Also, FWIW, I'm not seeing the `Biome 1.8.3` anymore. This just spins forever.
FWIW @321ckatz123 works with me so we both have the same repro :)
@nhedger, I added the following line to my `settings.json` and now I get the original (but still buggy) behavior I first reported. `"biome.projects": [{"path": "paqarina"}]` I now have the correct...