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

Star activation causes a slew of activations #4

Closed
kieferrm opened this issue Mar 17, 2021 · 3 comments
Closed

Star activation causes a slew of activations #4

kieferrm opened this issue Mar 17, 2021 · 3 comments

Comments

@kieferrm
Copy link

Because of

"activationEvents": [
"*",

when you open a new empty VS Code window - no open folder and no open files - the Jupyter extension activates which in turn activates the Python extension.

@DonJayamanne
Copy link
Owner

Aah, didn't think about that. The intention was to ensure the kernel gets registered without any user intervention. Will have to re-think that.

@DonJayamanne
Copy link
Owner

DonJayamanne commented Mar 17, 2021

Oh shoot, i can change it to activate when the notebook opens.
Will fix.

@DonJayamanne
Copy link
Owner

Fixed

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

2 participants