You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: local/etc/uceap.d/devcontainer_post_create.sh
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,4 @@
1
1
functiondevcontainer_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
-
7
2
# set global ServerName so that apachectl isn't chatty
8
3
if [[ -n"$CODESPACE_NAME" ]];then
9
4
SERVER_NAME="$CODESPACE_NAME-8080.app.github.dev"
@@ -53,4 +48,4 @@ Add the following to your `devcontainer.json` file:
53
48
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.
54
49
55
50
Cloud services can use this command to take advantage of user specific secrets and permissions.
0 commit comments