This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/.devcontainer/devcontainer.json

39 lines
1.0 KiB
JSON

{
"name": "devContainerBdsCore",
"dockerFile": "Dockerfile",
"remoteUser": "gitpod",
"containerUser": "gitpod",
"updateRemoteUserUID": false,
"postCreateCommand": "npm install",
"postStartCommand": "screen -L -Logfile /tmp/dockerd.log -dm sudo dockerd",
"runArgs": [
"--init",
"--privileged"
],
"mounts": [
"source=bdscore_dind,target=/var/lib/docker,type=volume"
],
"extensions": [
"GitHub.copilot-nightly",
"GitHub.copilot-labs",
"benshabatnoam.google-translate-ext",
"eamodio.gitlens",
"github.vscode-pull-request-github",
"visualstudioexptteam.vscodeintellicode",
"redhat.vscode-yaml",
"ms-vscode-remote.remote-containers",
"wix.vscode-import-cost",
"eg2.vscode-npm-script",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"aaron-bond.better-comments",
"vscode-icons-team.vscode-icons",
"me-dutour-mathieu.vscode-github-actions",
"cschleiden.vscode-github-actions",
"oderwat.indent-rainbow",
"ms-azuretools.vscode-docker",
"formulahendry.code-runner",
"chrmarti.regex"
]
}