microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.21k stars 29.29k forks source link

Save as on Running Jupyter Notebook terminates the run. #207938

Open Arjeus opened 7 months ago

Arjeus commented 7 months ago

Type: Bug

Run any jupyter notebook, do a save as, and the new file replaces the current tab. This terminates the process, wasting significant runtime.

Suggestion: Launch a new tab for the newly save file with the new filename.

VS Code version: Code 1.87.1 (1e790d77f81672c49be070e04474901747115651, 2024-03-06T00:21:07.287Z) OS version: Linux x64 6.5.0-25-generic Modes: Connection to 'SSH: arjay_up' could not be established Canceled

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz (12 x 4000)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|5, 6, 7| |Memory (System)|31.19GB (24.53GB free)| |Process Argv|--unity-launch --crash-reporter-id d9e359d1-bf8b-456a-b46d-9b27814053c4| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|x11| Connection to 'SSH: arjay_up' could not be established Canceled
Extensions (29) Extension|Author (truncated)|Version ---|---|--- copilot|Git|1.174.0 copilot-chat|Git|0.13.1 remotehub|Git|0.62.0 vscode-docker|ms-|1.29.0 black-formatter|ms-|2024.0.1 debugpy|ms-|2024.2.0 pylint|ms-|2023.10.1 python|ms-|2024.2.1 vscode-pylance|ms-|2024.3.1 jupyter|ms-|2024.2.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-containers|ms-|0.348.0 remote-ssh|ms-|0.109.0 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.86.0 vscode-remote-extensionpack|ms-|0.25.0 azure-repos|ms-|0.38.0 cmake-tools|ms-|1.17.17 cpptools|ms-|1.19.8 cpptools-extension-pack|ms-|1.3.0 remote-explorer|ms-|0.4.3 remote-repositories|ms-|0.40.0 remote-server|ms-|1.5.1 markdown-preview-enhanced|shd|0.8.12 pdf|tom|1.2.2 cmake|twx|0.0.17 (1 theme extensions excluded)
vscodenpa commented 7 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.87.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!