You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anthonykim1
changed the title
openNotebookDocument with same URI creates another untitled*.ipynb
calling openNotebookDocument with hidden notebook URI creates another untitled*.ipynb with same URI
Nov 18, 2024
anthonykim1
changed the title
calling openNotebookDocument with hidden notebook URI creates another untitled*.ipynb with same URI
Calling openNotebookDocument with hidden notebook URI creates another untitled*.ipynb with same URI
Nov 18, 2024
Investigated from: microsoft/vscode-python#24148 (review)
In the reloading of notebook document such as native REPL, calling
works fine if the notebook document is visible.
Problem happens when user hide their notebook document (such as native REPL) hiding behind some untitled text file, and then calling
will create another instance of untitled.ipynb with the same exact URI as the notebook that was hidden.
Screen.Recording.2024-11-18.at.12.35.40.PM.mov
The text was updated successfully, but these errors were encountered: