Open dcwatson opened 6 months ago
Maybe I'm late to the party, but I started using rye recently and really like it. Some ideas for how to add support for it to this extension:
<projectdir>/.venv
rye fmt
--
rye lint
rye sync
rye lock
This, but with uv 😄
Maybe I'm late to the party, but I started using rye recently and really like it. Some ideas for how to add support for it to this extension:
<projectdir>/.venv
to show in the interpreter dropdown, and maybe default to it?rye fmt
is available and use it if nothing else specified (and pass extra arguments correctly, i.e. after a--
)rye lint
as aboverye sync
,rye lock
, etc.