diff options
author | 2023-10-19 21:59:10 -0700 | |
---|---|---|
committer | 2023-10-19 21:59:10 -0700 | |
commit | ff204d67b984c29c927680c148a9a823dcd55806 (patch) | |
tree | f37b01f7972e502e10ac800d2557ef3cd5373b6c | |
parent | 5ac3489ee56f65f4137f1f62d6ea6b0b961ced5a (diff) | |
download | v2-ff204d67b984c29c927680c148a9a823dcd55806.tar.gz v2-ff204d67b984c29c927680c148a9a823dcd55806.tar.zst v2-ff204d67b984c29c927680c148a9a823dcd55806.zip |
Add GitHub extensions to dev container
-rw-r--r-- | .devcontainer/devcontainer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 56e0e79c..9a8e6113 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,10 @@ "extensions": [ "ms-azuretools.vscode-docker", "golang.go", - "rangav.vscode-thunder-client" + "rangav.vscode-thunder-client", + "GitHub.codespaces", + "GitHub.copilot", + "GitHub.copilot-chat" ] } } |