Skip to content

Commit a8b42af

Browse files
Copilotidvoretskyi
andcommitted
Add GitHub Copilot CLI installation to devcontainer
Co-authored-by: idvoretskyi <[email protected]>
1 parent 021bd5e commit a8b42af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"forwardPorts": [22],
61-
"postCreateCommand": "npm install -g @anthropic-ai/claude-code@latest && echo '🚀 Development environment ready! Docker, Kubernetes (Minikube), Claude Code, and SSH are configured.' && sudo service ssh start",
61+
"postCreateCommand": "npm install -g @anthropic-ai/claude-code@latest @github/copilot && echo '🚀 Development environment ready! Docker, Kubernetes (Minikube), Claude Code, GitHub Copilot CLI, and SSH are configured.' && sudo service ssh start",
6262
"postStartCommand": "sudo service ssh restart",
6363
"remoteUser": "vscode"
6464
}

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
which gh || echo "gh is missing"
6969
which node || echo "node is missing"
7070
which npm || echo "npm is missing"
71+
which github-copilot-cli || echo "github-copilot-cli is missing"
7172
# Test essential packages
7273
curl --version
7374
jq --version

0 commit comments

Comments
 (0)