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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
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, commit 488db3d39dae9f65d61d6dc1f4bccdcea92321cd, file scipy/special/tests/test_basic.py. A tool.ruff section was added to the pyproject.toml, with select = ["ALL"] as the only provided configuration.
Overview
VS Code shows
no source actions availablewhen runningCommand Palette > Source Action...in a file with several auto-fixable problems and disorganized imports. Both of the supported source actions,source.fixAllandsource.organizeImports, should show up.I suspect an issue in our server implementation, hence why I'm filing this as a
ruff-lspissue.Details
v0.3.3ruff-lspversion:v0.0.53ruff-vscodeversion:2024.16.0scipycodebase, commit488db3d39dae9f65d61d6dc1f4bccdcea92321cd, filescipy/special/tests/test_basic.py. Atool.ruffsection was added to thepyproject.toml, withselect = ["ALL"]as the only provided configuration.