win32api-linux-dev-template/.devcontainer/devcontainer.json
2023-10-24 17:34:40 +03:00

19 lines
289 B
JSON

{
"name": "C++",
"image": "ghcr.io/maks1ms/win32api-linux-dev-ru-devcontainer",
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
],
"forwardPorts": [
6080
],
"portsAttributes": {
"6080": {
"label": "desktop"
}
},
"remoteUser": "vscode"
}