Skip to content

Commit d3eb448

Browse files
authored
Update Copilot CLI installation command (#57779)
1 parent 1506c45 commit d3eb448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
// Lifecycle commands
6262
// Install dependencies then install Copilot CLI
63-
"onCreateCommand": "npm ci && npm config set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\" && npm config set \"@github:registry=https://npm.pkg.github.com/\" && npm install -g @github/copilot",
63+
"onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
6464
// Start a web server and keep it running
6565
"postStartCommand": "nohup bash -c 'npm start &'",
6666
// Set port 4000 to be public

0 commit comments

Comments
 (0)