🐛 VSCode ignore biome config linter.enable false #2161
Labels
A-LSP
Area: language server protocol
S-Bug-confirmed
Status: report has been confirmed as a valid bug
VS Code version
1.87.2
Extension version
v2.2.2
Biome version
1.6.1
Operating system
Description
LSP error even
"linter": { "enabled": false }
and if"quickfix.biome": "explicit"
, biome addstype
.After adding
"useImportType": "off"
to biome config, formatting stopped.Steps to reproduce
Open minimum reproduce repo in VSCode.
Open index.ts, check error message, save file check formatting.
Expected behavior
When
"linter": { "enabled": false }
, don't report linter issue.Does this issue occur when using the CLI directly?
No
Logs
No response
The text was updated successfully, but these errors were encountered: