This commit is contained in:
Sascha Hagedorn 2025-04-22 18:32:02 -04:00 committed by GitHub
commit 6f7fba7f21
Failed to generate hash of commit

View file

@ -17,7 +17,7 @@
]
}
},
"postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}"
"postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/setup.sh ${containerWorkspaceFolder}",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@ -30,4 +30,10 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"runArgs": [
"--privileged"
],
"mounts": [
"type=bind,source=/dev/bus/usb,target=/dev/bus/usb"
]
}