-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
"Detecting Kernels" spins forever #167875
Comments
Just as I filed this, it updated to show a kernel name, and still has the spinner. You can see the 10 minute gap in the updated log |
Based on the logs
I.e. i don't see any issues (at least not from the logs() |
I updated to get your logs. I see
Oddly, when I debugged the extension on the same remote, same folder, I didn't see this issue. But in normal insiders with the latest extension, I see it 100% of the time |
@rebornix based on the logs we start the spinner and dispose the task, |
This is creating detection tasks to cover the period between opening a notebook, and the notebook extension activating and starting its own detection task. This code is a bit more complex than necessary, and it would be simpler to manage the lifecycle of this task from the `activateByEvent` promise. Fix #167875
Don't create more than one notebook detection task per-type. This is creating detection tasks to cover the period between opening a notebook, and the notebook extension activating and starting its own detection task. This code is a bit more complex than necessary, and it would be simpler to manage the lifecycle of this task from the `activateByEvent` promise. Fix #167875
Testing microsoft/vscode-jupyter#11963
jupyter.log
The text was updated successfully, but these errors were encountered: