diff options
-rw-r--r-- | .devcontainer.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.devcontainer.json b/.devcontainer.json index 28bba9f..974a612 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,10 +1,10 @@ { - "forwardPorts": [ - 5000, - 5900, - 6081, - 8080, - 8082 - ], - "image": "ghcr.io/cs50/codespace:b73dd04c40a0278a417bc0d7c806f78591392dae" -}
\ No newline at end of file + "forwardPorts": [ + 5000, + 5900, + 6081, + 8080, + 8082 + ], + "image": "ghcr.io/cs50/codespace:b73dd04c40a0278a417bc0d7c806f78591392dae" +} |