When you start a Codespace, it puts you in /workspaces/repoName
, both in the terminal and the sidebar file explorer.
From the terminal, you can cd /
into the top level directory, and do command-line stuff.
But the file explorer can't seem to navigate "up" directories past workspaces/repoName
.
From desktop VSCode, you can connect to a GitHub Codespace and cd / && code .
to open a new editor in the top level directory, but it's clunky and opens a separate editor.
Is there a way to set the GUI file explorer to open at the top level directory?