support setting config-path
in vscode settings
#244
Replies: 3 comments
-
I don't think it's easily possible at the moment, especially for VSCode, but I know for a fact that we need this configuration. |
Beta Was this translation helpful? Give feedback.
-
I agree that this feature would be great addition. Also for me, i like to use biome with my custom config, but without need to create biome.json in repository i'm working on. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. My projects have two folders in the root |
Beta Was this translation helpful? Give feedback.
-
i'd like to configure the command line
--config-path
arg via my settings json as I commonly work in a monorepo that has a single node package within a larger project<root>/js
(or similar). So i'd like to configure my<root>/.vscode/settings.json
to always point to<root>/js/biome.json
instead of having to open vscode withjs
as the root.Beta Was this translation helpful? Give feedback.
All reactions