biomejs/biome-vscode

enable biome extension to "monitor or alike" the workspace

Closed this issue · 0 comments

"PROBLEMS" Tab only show the problems of the files that are opened.
Since biomejs is blazing fast it could monitor or check at opening the workspace.

with typescript I can accomplish adding this to JSON settings:

"typescript.tsserver.experimental.enableProjectDiagnostics": true

image