Skip to content

Commit 4184b4e

Browse files
committed
feat: Integrate Copilot CLI as a feature in devcontainer and remove installation script
1 parent f9cd31a commit 4184b4e

3 files changed

Lines changed: 2 additions & 77 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"moby": false
4040
},
4141
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
42-
"ghcr.io/devcontainers/features/azure-cli:1.2.5": {}
42+
"ghcr.io/devcontainers/features/azure-cli:1.2.5": {},
43+
"ghcr.io/devcontainers/features/copilot-cli:1": {}
4344

4445

4546
},

.devcontainer/install-copilot-cli.sh

Lines changed: 0 additions & 74 deletions
This file was deleted.

.devcontainer/post-script.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ install_uv() {
4343

4444
install_uv
4545

46-
bash .devcontainer/install-copilot-cli.sh
47-
4846
echo ----------------------------------------------
4947
echo If you want help using the prompt library or list
5048
echo of available prompts, simply type:

0 commit comments

Comments
 (0)