Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add stat handler for multiple uri schemas and notebook document api #54

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alejlatorre
Copy link

@alejlatorre alejlatorre commented May 11, 2024

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 in Uri (such as vscode-notebook-cell).
    Before:
    image
    After:
    image

  • Issue 2: When opening a notebook file (ipynb) the default openTextDocument + showTextDocument APIs show notebook as json instead of showing cells.
    Before:
    image
    After:
    image

Related issues:

@alejlatorre
Copy link
Author

@bodil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant