From fb7cd676914cb4996a970138da1e925ee0a7578a Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Oct 2025 13:35:52 +0200 Subject: [PATCH] feat: Improve Github Codespaces configuration (#351) --- .devcontainer/{15 => 010 - macOS Sequoia}/devcontainer.json | 5 +---- .devcontainer/{13 => 030 - macOS Ventura}/devcontainer.json | 5 +---- .devcontainer/{12 => 040 - macOS Monterey}/devcontainer.json | 5 +---- .devcontainer/{11 => 050 - macOS Big Sur}/devcontainer.json | 5 +---- .devcontainer/{10 => 060 - macOS Catalina}/devcontainer.json | 5 +---- .devcontainer/codespaces.yml | 3 ++- .devcontainer/devcontainer.json | 5 +---- 7 files changed, 8 insertions(+), 25 deletions(-) rename .devcontainer/{15 => 010 - macOS Sequoia}/devcontainer.json (80%) rename .devcontainer/{13 => 030 - macOS Ventura}/devcontainer.json (80%) rename .devcontainer/{12 => 040 - macOS Monterey}/devcontainer.json (80%) rename .devcontainer/{11 => 050 - macOS Big Sur}/devcontainer.json (80%) rename .devcontainer/{10 => 060 - macOS Catalina}/devcontainer.json (80%) diff --git a/.devcontainer/15/devcontainer.json b/.devcontainer/010 - macOS Sequoia/devcontainer.json similarity index 80% rename from .devcontainer/15/devcontainer.json rename to .devcontainer/010 - macOS Sequoia/devcontainer.json index 24177b4..b1838c9 100644 --- a/.devcontainer/15/devcontainer.json +++ b/.devcontainer/010 - macOS Sequoia/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 15 (Sequoia)", "service": "macos", "containerEnv": { - "VERSION": "15", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "15" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/.devcontainer/13/devcontainer.json b/.devcontainer/030 - macOS Ventura/devcontainer.json similarity index 80% rename from .devcontainer/13/devcontainer.json rename to .devcontainer/030 - macOS Ventura/devcontainer.json index 5d1aed8..188d2ba 100644 --- a/.devcontainer/13/devcontainer.json +++ b/.devcontainer/030 - macOS Ventura/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 13 (Ventura)", "service": "macos", "containerEnv": { - "VERSION": "13", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "13" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/.devcontainer/12/devcontainer.json b/.devcontainer/040 - macOS Monterey/devcontainer.json similarity index 80% rename from .devcontainer/12/devcontainer.json rename to .devcontainer/040 - macOS Monterey/devcontainer.json index c015a81..77fd6fc 100644 --- a/.devcontainer/12/devcontainer.json +++ b/.devcontainer/040 - macOS Monterey/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 12 (Monterey)", "service": "macos", "containerEnv": { - "VERSION": "12", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "12" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/.devcontainer/11/devcontainer.json b/.devcontainer/050 - macOS Big Sur/devcontainer.json similarity index 80% rename from .devcontainer/11/devcontainer.json rename to .devcontainer/050 - macOS Big Sur/devcontainer.json index c7d7335..613e4b7 100644 --- a/.devcontainer/11/devcontainer.json +++ b/.devcontainer/050 - macOS Big Sur/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 11 (Big Sur)", "service": "macos", "containerEnv": { - "VERSION": "11", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "11" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/.devcontainer/10/devcontainer.json b/.devcontainer/060 - macOS Catalina/devcontainer.json similarity index 80% rename from .devcontainer/10/devcontainer.json rename to .devcontainer/060 - macOS Catalina/devcontainer.json index 0790abd..fc824ca 100644 --- a/.devcontainer/10/devcontainer.json +++ b/.devcontainer/060 - macOS Catalina/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 10 (Catalina)", "service": "macos", "containerEnv": { - "VERSION": "10", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "10" }, "forwardPorts": [8006], "portsAttributes": { diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index a11c0da..a32e6d0 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -4,7 +4,8 @@ services: container_name: macos environment: VERSION: "14" - RAM_SIZE: "max" + ALLOCATE: "Y" + RAM_SIZE: "half" DISK_SIZE: "max" CPU_CORES: "max" devices: diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8b24401..a615bd8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,10 +2,7 @@ "name": "macOS 14 (Sonoma)", "service": "macos", "containerEnv": { - "VERSION": "14", - "RAM_SIZE": "max", - "DISK_SIZE": "max", - "CPU_CORES": "max" + "VERSION": "14" }, "forwardPorts": [8006], "portsAttributes": {