aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/devcontainer.json5
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"
]
}
}