Source actions not appearing in VS Code integration #416
Open
Description
opened on Mar 30, 2024
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-lsp
version:v0.0.53
ruff-vscode
version:2024.16.0
- Tested on the
scipy
codebase, commit488db3d39dae9f65d61d6dc1f4bccdcea92321cd
, filescipy/special/tests/test_basic.py
. Atool.ruff
section was added to thepyproject.toml
, withselect = ["ALL"]
as the only provided configuration.
Activity