Loading .devcontainer/bigsur/devcontainer.json 0 → 100644 +24 −0 Original line number Diff line number Diff line { "name": "macOS 11 (Big Sur)", "service": "macos", "containerEnv": { "VERSION": "11", "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/bigsur/devcontainer.json 0 → 100644 +24 −0 Original line number Diff line number Diff line { "name": "macOS 11 (Big Sur)", "service": "macos", "containerEnv": { "VERSION": "11", "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" }