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