badvpn/.devcontainer/devcontainer.json

47 lines
1.3 KiB
JSON

{
"name": "badvpn",
"dockerFile": "Dockerfile",
"updateRemoteUserUID": false,
"containerUser": "gitpod",
"remoteUser": "gitpod",
"postCreateCommand": "screen -dm -L -Logfile /tmp/dockerd.log sudo dockerd",
"runArgs": [
"--init",
"--privileged"
],
"mounts": [
"source=badvpn_devcontainer,target=/var/lib/docker,type=volume"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"github.copilot",
"redhat.vscode-yaml",
"visualstudioexptteam.vscodeintellicode",
"vscode-icons-team.vscode-icons",
"eamodio.gitlens",
"akamud.vscode-theme-onedark",
"ms-azuretools.vscode-docker",
"me-dutour-mathieu.vscode-github-actions",
"benshabatnoam.google-translate-ext",
"wmaurer.change-case",
"oderwat.indent-rainbow",
"ionutvmi.path-autocomplete",
"christian-kohler.path-intellisense",
"redhat.vscode-yaml",
"github.copilot",
"akamud.vscode-theme-onedark",
"wmaurer.change-case",
"me-dutour-mathieu.vscode-github-actions",
"benshabatnoam.google-translate-ext",
"oderwat.indent-rainbow",
"ionutvmi.path-autocomplete",
"christian-kohler.path-intellisense",
"visualstudioexptteam.vscodeintellicode",
"vscode-icons-team.vscode-icons",
"ms-vscode.cmake-tools",
"twxs.cmake",
"ms-azuretools.vscode-docker"
]
}