diff options
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer.json b/.devcontainer.json index b84ad06..36d69c2 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -140,6 +140,9 @@ "javascript.validate.enable": false, "problems.decorations.enabled": false, "python.terminal.executeInFileDir": true, + "remote.autoForwardPorts": true, + "remote.autoForwardPortsFallback": 0, + "remote.autoForwardPortsSource": "process", "remote.otherPortsAttributes": { "onAutoForward": "silent" }, @@ -215,7 +218,7 @@ 8082, 8787 ], - "image": "ghcr.io/cs50/codespace:63132a04b51b25a71acc95a7956f66c34e786cd0", + "image": "ghcr.io/cs50/codespace:8c72efb413904214f46adf16f32ec9ceb75d8d53", "mounts": [ { "source": "/var/run/docker.sock", |