-
Notifications
You must be signed in to change notification settings - Fork 294
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 invokes provideKernels
every time we change tabs between notebooks
#4332
Comments
This still occurs. provideKernels is called on every tab switch. |
What is the user-facing result of this problem? |
The active kernel could change behind the scenes.
I thought VS Code fixed this, we need to validate this. |
Validated. |
This will be resolved with VS Codes changes to how kernels are provided. |
Closing this issue as VS Code is planning on re-wamping the kernel provider API. |
Upstream issue microsoft/vscode#114048
This was partially fixed here #4192
However the kernel has already been changed in the notebook editor & that causes other issues.
the root cause is with VS Code & we cannot tell what the previously selected kernel was/is.
The text was updated successfully, but these errors were encountered: