Loading .devcontainer.json +17 −2 Original line number Diff line number Diff line { "name": "macos", "name": "macOS 14", "service": "macos", "containerEnv": { "VERSION": "14" }, "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", "onAutoForward": "openBrowser" } }, "otherPortsAttributes": { "onAutoForward": "silent" }, "hostRequirements": { "storage": "64gb" }, "dockerComposeFile": ".github/codespaces.yml" } Loading
.devcontainer.json +17 −2 Original line number Diff line number Diff line { "name": "macos", "name": "macOS 14", "service": "macos", "containerEnv": { "VERSION": "14" }, "forwardPorts": [8006], "portsAttributes": { "8006": { "label": "Web", "onAutoForward": "openBrowser" } }, "otherPortsAttributes": { "onAutoForward": "silent" }, "hostRequirements": { "storage": "64gb" }, "dockerComposeFile": ".github/codespaces.yml" }