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 275d7bf commit 02ce709Copy full SHA for 02ce709
.devcontainer/devcontainer.json
@@ -62,12 +62,7 @@
62
"onCreateCommand": "npm ci",
63
"postStartCommand": "nohup bash -c 'npm start &'",
64
// Set the port to be public
65
- "postAttachCommand": [
66
- "npm set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN",
67
- "npm set @github:registry=https://npm.pkg.github.com/",
68
- "npm install -g @github/copilot",
69
- "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\""
70
- ],
+ "postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
71
72
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
73
"remoteUser": "node",
0 commit comments