-
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Closed
Copy link
Labels
Bug confirmedReport has been confirmed as a valid bugReport has been confirmed as a valid bug
Description
VS Code version
1.103.0
Extension version
3.1.2
Biome version
2.1.4
Operating system
- Windows
- macOS
- Linux
Description
quick fixes for the useExhaustiveDependencies rule are not showing up in the VSCode quick fix menu. Only the "suppress rule" quick fixes are shown:
Steps to reproduce
- create a react component with a useEffect
- put an unnecessary dependency in the dependency array
- note that the linter marks the useEffect has having an error with the dependency array
- open the quickfix menu
- note that there are no quick fixes for adding/removing dependencies, only fixes for disabling the rule
Expected behavior
quick fix menu should have options for adding/removing dependencies as needed
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
https://github.com/nicksama88/biome-repro-1755113092873
Logs
nivnahmias
Metadata
Metadata
Assignees
Labels
Bug confirmedReport has been confirmed as a valid bugReport has been confirmed as a valid bug