You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Biome uses auto discovery to find the nearest configuration file. It looks in the working directory and in the parent directories until it finds the config...
but the vscode extension doesn't do that if we just open a single file...
Steps to reproduce
create ./biome.json with a rule you can notice
create ./example.js
close all vscode windows
run code example.js
Expected behavior
The biome configuration should be resolved as usual - i,e it should equal to the output of biome check ./example.js
Does this issue occur when using the CLI directly?
No
Logs
No response
The text was updated successfully, but these errors were encountered:
VS Code version
1.92.1
Extension version
2.3.0
Biome version
1.8.3
Operating system
Description
https://biomejs.dev/guides/configure-biome/#configuration-file-resolution states:
but the vscode extension doesn't do that if we just open a single file...
Steps to reproduce
./biome.json
with a rule you can notice./example.js
code example.js
Expected behavior
The biome configuration should be resolved as usual - i,e it should equal to the output of
biome check ./example.js
Does this issue occur when using the CLI directly?
No
Logs
No response
The text was updated successfully, but these errors were encountered: