Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Jul 9, 2024
1 parent 5ba0ddc commit c44886c
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"build": {
"dockerfile": "./Dockerfile",
"context": "."
},
"features": {
}
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "codespace",
"userUid": "1000",
"userGid": "1000"
}
},
"remoteUser": "codespace",
"containerUser": "codespace",
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"GitHub.vscode-pull-request-github"
]
}
}
}

0 comments on commit c44886c

Please sign in to comment.