vscode: VSCode Jupyter: "The editor could not be opened because the file was not found."
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.75.0-insider
- OS Version: Ubuntu 20.04.5 LTS
- Jupyter Extension Version: v2023.2.1000541047 (pre-release)
Steps to Reproduce:
bug.py
def generate_bug():
raise Exception
- From a vscode jupyter cell, run
from bug import generate_bug
generate_bug()
- Click on link to file in stack trace.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18 (7 by maintainers)
have this issue too
I believe this was fixed with https://github.com/microsoft/vscode/pull/196043, let us know if something still isn’t working.