aboutsummaryrefslogblamecommitdiff
path: root/.devcontainer.json
blob: d5d850ca5341ac6afdcb08c3b7cd2df257484cb1 (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"
}