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 02ce709 commit e9128fbCopy full SHA for e9128fb
.devcontainer/devcontainer.json
@@ -59,7 +59,12 @@
59
},
60
61
// Lifecycle commands
62
- "onCreateCommand": "npm ci",
+ "onCreateCommand": [
63
+ "npm config set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\"",
64
+ "npm config set \"@github:registry=https://npm.pkg.github.com/\"",
65
+ "npm install -g @github/copilot",
66
+ "npm ci"
67
+ ],
68
"postStartCommand": "nohup bash -c 'npm start &'",
69
// Set the port to be public
70
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
0 commit comments