-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add configPath
option
#28
Comments
Addressing this issue might be dependent on #27. |
If the
|
We should not pass the option at all. The When we pass |
The related MR is closed saying there will be another path to implementation, but issue marked as completed. Just to be sure, is still planned or implemented? |
I hoped this or similar capability existed - until I realized to just create a fallback biome config higher up in the filesystem. Before this, it required a lot of willpower to keep this extension when a bunch of linter errors appear in a project that does not want a biome config. (magnified by the fact that biome seems to require ignore-comments on each diagnostic) imo for general usage it would still be better (less context switchy) if biome defaults could be overridden in vscode settings - instead of a separate config file. |
@nhedger would it be possible to reopen this issue given the approach in #33 didn't pan out? In case it's helpful context, my use-case for this is that I have a monorepo with standalone packages in subdirectories, some of which need biome and others of which don't. Unless I put |
Did some more digging - links to upstream issues in biome LSP itself for those interested: |
Would love to see a configPath option in VSCode. It is located in a |
The pre-release supports this using explicitly defined projects. Docs: https://deploy-preview-974--biomejs.netlify.app/reference/vscode/#defining-projects |
This option will allow the extension to resolve the configuration from a different path, as opposed to the default configuration resolution.
This option will pass
--config-path
to the CLI, so it will behave the same.The text was updated successfully, but these errors were encountered: