-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
- Connect to remote Jupyter server
A
- Kill the jupyter server
- Reload VS Code
- Open a notebook and run a cell against the local kernel. Everything seems fine.
- At some point you're interrupted with a modal dialog with the message
Failed to connect to the remote jupyter server. View Jupyter log for further details
Suggestions:
- Don't asynchronously just show a modal dialog box. We need to find a better way to notify the user when this happens. I'd say they don't need to know until they try to choose a kernel.
Failed to fetch kernels from the remote jupyter server <name>. View Jupyter log for further details
Wherename
is the Uri or the name provided for the connection (in the case of AML or the like).- Should we also include a button
Disconnect from server
?
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded