-
When I use React hooks such as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
It's possible that the VSCode extension is failing to resolve the configuration file. Usually, that's caused by opening a project where I believe there's an issue to track this, although it's unclear to us what's a proper solution |
Beta Was this translation helpful? Give feedback.
-
On my VSCode, error is shown as below. I want biome to show unnecessary variable name (sorry, I should have asked on https://github.com/biomejs/biome-vscode/discussions) |
Beta Was this translation helpful? Give feedback.
Oh I see what you mean.
LSP diagnostics can contain only a subset of information, compared to Biome diagnostics.
So when we do convert those diagnostics, we only use the main message. Notes and advices aren't carried over.