Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode Extension #556

Open
mitsuhiko opened this issue Jan 23, 2024 · 2 comments
Open

VSCode Extension #556

mitsuhiko opened this issue Jan 23, 2024 · 2 comments

Comments

@mitsuhiko
Copy link
Collaborator

mitsuhiko commented Jan 23, 2024

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).

@DetachHead
Copy link

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

image

@jordandakota
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants