Support for Multiple Projects in a Single Workspace #426
Replies: 2 comments 1 reply
-
Hey, I would expect this to work. Are you not getting the diagnostics at all, or is it that the config file is not being used ? Anyway, would you mind creating a reproduction repo so we can try and reproduce ? You can use |
Beta Was this translation helpful? Give feedback.
-
@nhedger Similar issue with my setup as well. Here's the setup overview:
Each application is structured as a separate repository, with its own biome.json configuration file to handle unique linting and formatting rules. Biome plugin does not appear to recognize or apply the individual configurations for each repository correctly. Instead, it crashes unless a single biome.json is placed at the root level. While this workaround enables the plugin to function, it disregards the specific rules defined in each repository, which is not ideal. The only alternative right now is to open each project in a separate window, but that's not ideal given how our projects are structured. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I saw in this PR that support for multiple projects in one workspace is coming soon. I followed the instructions in the documentation by adding
to my
.vscode/settings.json
and the mono repo root, and I installed the pre-release version of the extension, but it didn't work. My folder structure is:In
apps/reference-api/biome.jsonc
, I extend frombiome.jsonc
but disable a rule:This setup works with the CLI, but not with the VSCode extension. Am I doing something wrong, or is this feature not yet supported in the pre-release version of the VSCode extension?
Beta Was this translation helpful? Give feedback.
All reactions