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 1fe999a commit 275d7bfCopy full SHA for 275d7bf
.devcontainer/devcontainer.json
@@ -63,8 +63,8 @@
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/\"",
+ "npm set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN",
+ "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
],
0 commit comments