mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Refactor devcontainer runArgs
This commit is contained in:
parent
d84e615466
commit
0df8c86b98
1 changed files with 5 additions and 3 deletions
|
|
@ -9,10 +9,12 @@
|
|||
}
|
||||
},
|
||||
"runArgs": [
|
||||
"--network=host",
|
||||
"--privileged",
|
||||
"--volume",
|
||||
"/dev/bus/usb:/dev/bus/usb"
|
||||
// arch tty* is owned by uucp (986)
|
||||
// debian tty* is owned by uucp (20) - no change needed
|
||||
"--group-add=986",
|
||||
"--network=host",
|
||||
"--volume=/dev/bus/usb:/dev/bus/usb:ro"
|
||||
],
|
||||
"postCreateCommand": {
|
||||
"platformio": "pipx install platformio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue