{ "image": "oci.limbosolutions.com/public/devcontainers/container-builder:latest", "remoteUser": "code", "name": "pbs-client-dev", "runArgs": [ "--hostname=pbs-client-dev" ], "mounts": [ "source=${localEnv:HOME}/.gitconfig,target=/home/code/.gitconfig,type=bind", "source=${localEnv:HOME}/.ssh,target=/home/code/.ssh,type=bind" ], "remoteEnv": { "DOCKER_HOST": "ssh://mf@lazarus" }, "customizations": { "vscode": { "extensions": [ "stateful.runme", "yzhang.markdown-all-in-one", "davidanson.vscode-markdownlint", "eamodio.gitlens", "m4ns0ur.base64", "rogalmic.bash-debug", "streetsidesoftware.code-spell-checker", "ms-azuretools.vscode-containers", "eamodio.gitlens", "shd101wyy.markdown-preview-enhanced", "bierner.markdown-mermaid", "bierner.markdown-preview-github-styles" ] } } }