From 6c566dca84c88a4de2833e3d72eaa3dc67b2f544 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Oct 2025 10:47:53 +0200 Subject: [PATCH] Remove Windows 11 Pro settings from devcontainer Removed Windows 11 Pro configuration details. --- .devcontainer/devcontainer.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 34c5a71..70b0867 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,12 +1,4 @@ { - "name": "Windows 11 Pro", - "service": "windows", - "containerEnv": { - "VERSION": "11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" - }, "forwardPorts": [8006], "portsAttributes": { "8006": {