Created
January 15, 2026 19:19
-
-
Save w3cj/0b6d2c619e59768f592e1c7e8ec4cb93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "name": "base-setup", | |
| "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm", | |
| "features": { | |
| "ghcr.io/devcontainers/features/common-utils:2": { | |
| "installOhMyZsh": true, | |
| "configureZshAsDefaultShell": true | |
| }, | |
| "ghcr.io/devcontainers/features/docker-in-docker:2": {}, | |
| "ghcr.io/devcontainers/features/sshd:1": {} | |
| }, | |
| "workspaceMount": "source=/path/to/the/project/you/want/to/work/in/here,target=/workspace,type=bind", | |
| "workspaceFolder": "/workspace", | |
| "customizations": { | |
| "vscode": { | |
| "settings": {}, | |
| "extensions": [] | |
| } | |
| }, | |
| "remoteUser": "node" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment