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 4d49ac6 commit ce8e199Copy full SHA for ce8e199
.devcontainer/devcontainer.json
@@ -59,7 +59,12 @@
59
},
60
61
// Lifecycle commands
62
- "onCreateCommand": "npm ci",
+ "onCreateCommand": [
63
+ "npm set \"//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN\"",
64
+ "npm 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