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:

  1. bug.py
def generate_bug():
    raise Exception
  1. From a vscode jupyter cell, run
from bug import generate_bug
generate_bug()
  1. Click on link to file in stack trace. image

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 18 (7 by maintainers)

Most upvoted comments

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.