Skip to content

Commit

Permalink
feat: devcontainer (#203)
Browse files Browse the repository at this point in the history
* feat: devcontainer

* fix: whitespace
  • Loading branch information
mfw78 authored Apr 2, 2024
1 parent e5bedea commit d29add2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Node",
"image": "mcr.microsoft.com/devcontainers/base:0",

"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
"configureZshAsDefaultShell": true,
"installOhMyZsh": true,
"installOhMyZshConfig": true,
"upgradePackages": true,
"username": "automatic",
"userUid": "automatic",
"userGid": "automatic"
}
}
}

0 comments on commit d29add2

Please sign in to comment.