Loading .devcontainer/devcontainer.json +3 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ } }, "otherPortsAttributes": { "onAutoForward": "silent" "onAutoForward": "ignore" }, "dockerComposeFile": "codespaces.yml" "dockerComposeFile": "codespaces.yml", "initializeCommand": "docker system prune --all --force" } Loading
.devcontainer/devcontainer.json +3 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ } }, "otherPortsAttributes": { "onAutoForward": "silent" "onAutoForward": "ignore" }, "dockerComposeFile": "codespaces.yml" "dockerComposeFile": "codespaces.yml", "initializeCommand": "docker system prune --all --force" }