We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225e9f2 commit 572f7aaCopy full SHA for 572f7aa
.devcontainer/devcontainer.json
@@ -58,6 +58,9 @@
58
// Use 'postCreateCommand' to run commands after the container is created.
59
"postCreateCommand": "npm ci",
60
61
+ // Use 'updateContentCommand' to run commands to be included in Codespace pre-builds
62
+ "updateContentCommand": "git clone https://github.com/github/rest-api-description.git",
63
+
64
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
65
"remoteUser": "node",
66
0 commit comments