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

How to install Pylance without also installing the 3 Jupyter extensions? #2510

Closed
Cyberbeni opened this issue Mar 27, 2022 · 1 comment
Closed
Assignees
Labels
needs investigation Could be an issue - needs investigation

Comments

@Cyberbeni
Copy link

Cyberbeni commented Mar 27, 2022

I have a script that installs useful stuff for whenever I move to a new Mac and I noticed that trying to install this extension also installs some other extensions. Is there a way to only install this extension?

@judej judej added the needs investigation Could be an issue - needs investigation label Mar 28, 2022
@github-actions github-actions bot removed the triage label Mar 28, 2022
@luabud
Copy link
Member

luabud commented Mar 28, 2022

(I edited your message to be more aligned to our code of conduct).

The reason why installing Pylance also installs the Jupyter extensions is because Pylance depends on the Python extension, which automatically installs the Jupyter extension. In the Python extension repo there's a request to drop this "soft" dependency which you can upvote if you're interested: microsoft/vscode-python#18073.

In the mean time, you can uninstall the Jupyter extension, and any updates of the Pylance and the Python extensions will not auto install it again.

Closing in favour of microsoft/vscode-python#18073.

@luabud luabud closed this as completed Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Could be an issue - needs investigation
Projects
None yet
Development

No branches or pull requests

3 participants