how to enable checking all files in VSCode? #7395
Unanswered
lukepighetti
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It isn't a bug, and that's how the Biome Language Server works. Biome Language Server uses LSP https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ and the specification doesn't have a spec to publish diagnostics for all files.
This feature may be provided by the extensions themselves, which might use some custom APIs of the editors. If you want a feature like this, the editor extension should provide it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey all. noticing that biome only seems to check files that are an open tab in vscode. my expectation is that all linter warnings show up in problems tab without having to first open the files. this is how other languages like dart behave. wondering if this is a bug or if there's a setting to enable here?
Beta Was this translation helpful? Give feedback.
All reactions