Skip to content

Commit ff004fb

Browse files
authored
Remove GitHub CLI Copilot Extension installation
now depends on copilot cli, which depends on node 22, and we're still on 20 https://docs.github.com/en/copilot/how-tos/copilot-cli/install-copilot-cli
1 parent 3cc73e1 commit ff004fb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

local/etc/uceap.d/devcontainer_post_create.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
function devcontainer_post_create() {
2-
# Install GitHub CLI Copilot Extension
3-
if [[ -n "$GH_TOKEN" ]] || [[ -n "$GITHUB_TOKEN" ]] ; then
4-
gh extension install github/gh-copilot
5-
fi
6-
72
# set global ServerName so that apachectl isn't chatty
83
if [[ -n "$CODESPACE_NAME" ]]; then
94
SERVER_NAME="$CODESPACE_NAME-8080.app.github.dev"
@@ -53,4 +48,4 @@ Add the following to your `devcontainer.json` file:
5348
This command is the last of three that finalizes container setup when a dev container is created. It happens after `updateContentCommand` and once the dev container has been assigned to a user for the first time.
5449
5550
Cloud services can use this command to take advantage of user specific secrets and permissions.
56-
'
51+
'

0 commit comments

Comments
 (0)