0

Error Message : This codespace is currently running in recovery mode due to a container error. Review the creation logs, update your devcontainer configuration as needed, and run the "Rebuild Container" command to retry. Then none of the preinstalled tools work (sqlite3, python, etc.)

As advised here: Cs50 VScode ide only running in recovery mode

I ran touch /workspaces/GITHUB_USERID/.devcontainer.json where GITHUB_USERID was my own GitHub user id.

I tried running touch /workspaces/GITHUB_USERID/.devcontainer.json where GITHUB_USERID was my own GitHub user id.

However it says "No such file or directory"

rioV8
  • 24,506
  • 3
  • 32
  • 49
J C
  • 1
  • 1

1 Answers1

0

Try going to settings -> command palette and type Rebuild container and click "Codespaces: Rebuild container" and rebuild.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 01 '23 at 21:22