diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 09:36:26 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 09:36:26 +0000 |
commit | 0d4bfac21d4f85de0ae877d4f7a3583bc4ddc3a0 (patch) | |
tree | 04b9de96cea41c0198babb6d198f5c6611ec380e /.devcontainer.json | |
parent | 5e7c1e88527e908696d2da1827ced9a8015c40bb (diff) |
Sun, Dec 3, 2023, 1:36 AM -08:00
Diffstat (limited to '.devcontainer.json')
-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" +} |