Loading .devcontainer/sequoia/devcontainer.json +24 −1 Original line number Diff line number Diff line cc { "name": "macOS 15 (Sequoia)", "service": "macos", "containerEnv": { "VERSION": "15", "RAM_SIZE": "max", "DISK_SIZE": "max", "CPU_CORES": "max" }, "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", "onAutoForward": "openBrowser" } }, "otherPortsAttributes": { "onAutoForward": "silent" }, "hostRequirements": { "storage": "64gb" }, "dockerComposeFile": "../codespaces.yml" } Loading
.devcontainer/sequoia/devcontainer.json +24 −1 Original line number Diff line number Diff line cc { "name": "macOS 15 (Sequoia)", "service": "macos", "containerEnv": { "VERSION": "15", "RAM_SIZE": "max", "DISK_SIZE": "max", "CPU_CORES": "max" }, "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", "onAutoForward": "openBrowser" } }, "otherPortsAttributes": { "onAutoForward": "silent" }, "hostRequirements": { "storage": "64gb" }, "dockerComposeFile": "../codespaces.yml" }