We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506c45 commit d3eb448Copy full SHA for d3eb448
.devcontainer/devcontainer.json
@@ -60,7 +60,7 @@
60
61
// Lifecycle commands
62
// 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",
+ "onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
64
// Start a web server and keep it running
65
"postStartCommand": "nohup bash -c 'npm start &'",
66
// Set port 4000 to be public
0 commit comments