-
Notifications
You must be signed in to change notification settings - Fork 298
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
Explore how to simplify the code for managing connections to local and remote Jupyter Servers #12832
Comments
Problems Ambiguous Uri, Url, ServerId #13540
Suggested Solutions:
Invalid password not cleared until we start VS CodeRoot cause is the same as the previous problem. Uri !== Uri Server already existsWhen attempting to add a new Server sometimes we end up with the error indicating this already exists. Suggestions:
No proper connection validation stage when starting a remote kernelWhen connecting to a server (or starting a kernel), this is what we do:
Problem:
Question:
Suggested Solutions:
Debt: Not waiting for async Session disposal to completeIn JupyterConnection.ts when we dispose the session, we do not wait for it to finish after we've validated the connection information.
|
removing from verification queue |
Tasks
JupyterLab#ContentManager
directly to simplifyJupyterKernelSession
#13577jupyter.selectjupyteruri
as an extensibility point for 3rd party extensions #13300The text was updated successfully, but these errors were encountered: