Codespaces Container error on Java homework #179819
Replies: 1 comment 2 replies
-
|
It’s not just you – that message means your Codespace is in recovery mode because the dev container for your assignment failed to start correctly. This usually isn’t something you broke in your code, but a problem in the dev container configuration that your school/teacher (or whoever created the template) is using. A few things you can try:
As a workaround, you can also clone the repository locally and open it in VS Code with the Java extension, but the real fix is updating the dev container config so Codespaces stops going into recovery mode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I use GitHub Codespaces for my Java assignments in school but they seem to be bugged. Companion won't pop up due to this error and I can't read my homework instructions or even submit anything. My teacher says he has no control over the assignments and that i should contact GitHub. I'm not sure how to fix this as I'm relatively new to coding.

Beta Was this translation helpful? Give feedback.
All reactions