From 0ec3e901c0cc479f84c8f4a47fa34d2a130d9a27 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 00:47:47 +0200 Subject: [PATCH] Update devcontainer.json environment variables Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv. --- .devcontainer/10/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/10/devcontainer.json b/.devcontainer/10/devcontainer.json index bdc023e..573f6ab 100644 --- a/.devcontainer/10/devcontainer.json +++ b/.devcontainer/10/devcontainer.json @@ -2,10 +2,7 @@ "name": "Windows 10 Pro", "service": "windows", "containerEnv": { - "VERSION": "10", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "10" }, "forwardPorts": [8006], "portsAttributes": {