-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
🐛 Configuration file resolution not working if folder is not open #298
Comments
Coming from biomejs/biome#2772 (comment), now I understand what you mean. It's a particular use case I failed to see. I'll triage the use case |
Merged
will probably get fixed by #200 |
Is this still an issue in the prerelease extension @Araxeus ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: