Skip to content

Commit

Permalink
Clone github/rest-api-description during Codespace pre-build (#51066)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadfawcett committed Jun 7, 2024
1 parent 225e9f2 commit 572f7aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm ci",

// Use 'updateContentCommand' to run commands to be included in Codespace pre-builds
"updateContentCommand": "git clone https://github.com/github/rest-api-description.git",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",

Expand Down

2 comments on commit 572f7aa

@Plataformaalgoritmica-svg

This comment was marked as spam.

@Playgirlkaybraz11

This comment was marked as spam.

Please sign in to comment.