Update runArgs in devcontainer.json
This commit is contained in:
@@ -10,11 +10,12 @@
|
|||||||
},
|
},
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--privileged",
|
"--privileged",
|
||||||
// arch tty* is owned by uucp (986)
|
|
||||||
// debian tty* is owned by uucp (20) - no change needed
|
|
||||||
"--group-add=986",
|
|
||||||
"--network=host",
|
"--network=host",
|
||||||
"--volume=/dev/bus/usb:/dev/bus/usb:ro"
|
"--volume=/dev/bus/usb:/dev/bus/usb:ro",
|
||||||
|
// arch tty* is owned by uucp (986)
|
||||||
|
// debian tty* is owned by dialout (20)
|
||||||
|
"--group-add=20",
|
||||||
|
"--group-add=986"
|
||||||
],
|
],
|
||||||
"postCreateCommand": {
|
"postCreateCommand": {
|
||||||
"platformio": "pipx install platformio"
|
"platformio": "pipx install platformio"
|
||||||
|
|||||||
Reference in New Issue
Block a user