Issue 1: When opening the browser from a notebook, the only option shown is "create this folder". This behavior is due to vscode.workspace.fs.stat() failure when a not recognized schema is provided in Uri (such as vscode-notebook-cell).
Before:After:
Issue 2: When opening a notebook file (ipynb) the default openTextDocument + showTextDocument APIs show notebook as json instead of showing cells.
Before:After:
Context:
Issue 1: When opening the browser from a notebook, the only option shown is "create this folder". This behavior is due to
vscode.workspace.fs.stat()
failure when a not recognized schema is provided inUri
(such asvscode-notebook-cell
). Before: After:Issue 2: When opening a notebook file (ipynb) the default openTextDocument + showTextDocument APIs show notebook as json instead of showing cells. Before: After:
Related issues: