Enabling `ruff.nativeServer` doesn't respect `ruff.importStrategy: useBundled`
T-256 opened this issue ยท 0 comments
T-256 commented
- install ruff-vscode 2024.30.0 (which bundled with ruff 0.5)
- put ruff 0.4.x in PATH
- set
ruff.importStrategy: useBundled
andruff.nativeServer: true
- restart vscode
- ๐ run command
ruff.printDebugInformation
Actual
2024-06-28 13:51:00.630 [info] 1604.842777s ERROR ruff_server::server::api An error occurred with result ID 50: Invalid command `ruff.printDebugInformation`
I verified vscode spawned process uses ruff 0.4.x