Skip to content

Getting ipynb to open as a notebook in GitHub codespace with openFiles? #58399

Discussion options

You must be logged in to vote

@pamelafox I see in your other discussion that it might be an issue with VS Code core, but I'm also not sure that it's a supported scenario in Codespaces since the file will be opened before the extensions (specifically the Notebooks extension) in your codespace will be activated. One workaround that should work is to remove the openFile customization in your devcontainer.json and add postAttachCommand: "code /workspaces/materials-fa22/materials/fa22/project/project1/project1.ipynb". Let me know if you are still running into the same issue after giving that a try!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pamelafox
Comment options

Answer selected by pamelafox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question
2 participants