From 46da9cef6a43d7ae73f54378b15e0abf98f13458 Mon Sep 17 00:00:00 2001 From: Joseph Katsioloudes Date: Thu, 5 Feb 2026 18:42:25 +0000 Subject: [PATCH 1/2] changes base container image to a verison not causing recovery issues --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 549fa967..5cc715c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,5 @@ { + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "customizations": { "vscode": { "extensions": [ From 849e625e936c19a8181ff2feeb9a9105ab2c49fb Mon Sep 17 00:00:00 2001 From: Joseph Katsioloudes Date: Thu, 5 Feb 2026 21:11:23 +0100 Subject: [PATCH 2/2] Builds fault tolerance for those playing from Season 3 upwards due to AI --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5cc715c5..3738b4b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ ] } }, - "postCreateCommand": "pip install -r requirements.txt && npm install --prefix Season-3/", + "postCreateCommand": "pip install -r requirements.txt; npm install --prefix Season-3/", "features": { "ghcr.io/devcontainers/features/python:1.7.1": {}, "ghcr.io/devcontainers/features/node:1": {}