-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Overview
VS Code shows no source actions available when running Command Palette > Source Action... in a file with several auto-fixable problems and disorganized imports. Both of the supported source actions, source.fixAll and source.organizeImports, should show up.
I suspect an issue in our server implementation, hence why I'm filing this as a ruff-lsp issue.
Details
- Ruff version:
v0.3.3 ruff-lspversion:v0.0.53ruff-vscodeversion:2024.16.0- Tested on the
scipycodebase, commit488db3d39dae9f65d61d6dc1f4bccdcea92321cd, filescipy/special/tests/test_basic.py. Atool.ruffsection was added to thepyproject.toml, withselect = ["ALL"]as the only provided configuration.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working