rye icon indicating copy to clipboard operation
rye copied to clipboard

VSCode Extension

Open mitsuhiko opened this issue 1 year ago • 1 comments

Rye would greatly benefit from a vscode extension that changes some behaviors that are currently in conflict with rye.

For instance it runs pip install for installing tools rather than rye add or rye install. Turns out that at least in parts this might either require patches directly to the python extension in vscode or some shims on the rye side to make it look like something that vscode already supports.

In addition for format and lint to work, the LSP would need to be proxied through (#593).

mitsuhiko avatar Jan 23 '24 10:01 mitsuhiko

it would also be nice to have it recognize rye scripts as vscode tasks, like the pdm and npm extensions do:

image

DetachHead avatar Mar 26 '24 06:03 DetachHead

Vscode would need to work with rye on "select python interpreter" too. You can run rye without activating the environment.

jordandakota avatar Jun 26 '24 05:06 jordandakota