devcontainer: mount /dev (#32500)

old-commit-hash: b9c1c1dd37
This commit is contained in:
Shotaro Watanabe
2024-05-22 02:59:15 +09:00
committed by GitHub
parent 86b9bb374f
commit 03fa0bf4c1

View File

@@ -14,6 +14,7 @@
"force_color_prompt": "1"
},
"runArgs": [
"--volume=/dev:/dev",
"--volume=/tmp/.X11-unix:/tmp/.X11-unix",
"--volume=${localWorkspaceFolder}/.devcontainer/.host/.Xauthority:/home/batman/.Xauthority",
"--volume=${localEnv:HOME}/.comma:/home/batman/.comma",
@@ -49,4 +50,4 @@
"mounts": [
"type=volume,source=scons_cache,target=/tmp/scons_cache"
]
}
}