aboutsummaryrefslogblamecommitdiff
path: root/.devcontainer.json
blob: 81b3c1ff6447cfc8b9f1ca7352ff9bd6b7fb4aeb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
 
                                                                           
                         









                                                               



                                                             
 
{
    "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18",
    "remoteUser": "node",
    "customizations": {
        "vscode": {
            "extensions": [
                "mads-hartmann.bash-ide-vscode"
            ]
        }
    },
    "features": {
        "ghcr.io/devcontainers/features/docker-in-docker:1": {}
    },
    "postCreateCommand": "npm install -g @devcontainers/cli",
    "hostRequirements": {
        "cpus": 4
    }
}