You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickfixes don’t show up when the cursor is on the first character of a problem reported to diagnostic messages, however further in the problematic string the quickfix appears. Also, this is preventing VSCode from picking up quickfixes into the ‘auto fix’ and ‘fix all’ commands (command pallet)
Steps to reproduce
go to any file (in my case .js)
press alt+f8 to go to the next problem in file
press cmd + . to open quickfix menu
observe the biome quickfix missing
move one character to the right
press cmd + . again
observe biome quick fixes
Expected behavior
in step 3; biome quick fixes should be visible
Does this issue occur when using the CLI directly?
i have this issue in any ts/js file. i have a biome.json in the root folder of the project and it’s being picked up. the linter and formatter rules apply
VS Code version
1.94.2
Extension version
2.3.0
Biome version
1.9.4
Operating system
Description
VS Code:
Version: 1.94.2
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0
Description
Quickfixes don’t show up when the cursor is on the first character of a problem reported to diagnostic messages, however further in the problematic string the quickfix appears. Also, this is preventing VSCode from picking up quickfixes into the ‘auto fix’ and ‘fix all’ commands (command pallet)
Steps to reproduce
Expected behavior
in step 3; biome quick fixes should be visible
Does this issue occur when using the CLI directly?
Not sure / Not applicable
Link to a minimal reproduction
No response
Logs
The text was updated successfully, but these errors were encountered: