-
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
Running the contributed command: 'jupyter.selectjupyteruri' failed #5419
Comments
The following seems to have fixed the issue, however, I don't think updating VS Code should cause this much hassle.
|
@clayms Apologies on this. We store the jupyter server URI in the vscode secret store, and anyone on Windows is getting hit by this VS Code issue here: |
Seems to be working now with David's fix checked into main bits. At least if I run the 'Specify local or remote Jupyter server for connections' command from the command palette I get the usual quickpick: @DavidKutu @IanMatthewHuff was there anything else to do as far as validation? |
@joyceerhl were you reproing the issue before? I think the only way to repro this was if you had created a secret pre 1.55 on windows, then updated to 1.55 on windows and tried to access the same secret. I'm Mac so I've never actually seen the issue myself. |
Ah I wasn't reproing the issue before. I'll leave this for someone else to validate then. |
@rchiodo I think you are our only other windows option. Were you seeing this? If you don't have it, then it's probably fine to just close. Code change is very simple and David did have the repro for fixing. |
I'm not seeing that on insiders or stable. Specifying remote works fine and the quick pick always appears. |
|
Sorry that means in order to repro this I need to uninstall VS code, install 1.54, connect to remote, upgrade back to 1.55 and make sure to use the new bits in main in 1.55. Is there a way to just corrupt the VS secret store? |
Validated. I did the following:
@clayms we're planning to make this fix available in a point release early next week so I'm going to go ahead and close this issue. Please keep an eye out for that release, which should resolve this issue. Thanks for bringing this to our attention! |
Issue Type: Bug
Recent update completely broke Jupyter.
Selecting ctrl+shift+p then
Jupyter: Specify local or remote Jupyter server for connections
gives the following error:Trying to run python code with Shift+Enter gives the following three errors simultaneously:
Unable to open 'Interactive - microsoft/vscode-python#1': Webview overlay is disposed.
e.toLowerCase is not a function
e.toLowerCase is not a function
Extension version: 2021.3.680753044
VS Code version: Code 1.55.0 (c185983a683d14c396952dd432459097bc7f757f, 2021-03-30T16:01:55.261Z)
OS version: Windows_NT x64 10.0.18363
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: