Fix typo in devcontainer.json (#15791)

This commit is contained in:
Yves Fischer
2026-04-17 00:27:50 +02:00
committed by GitHub
parent ff52bb3029
commit ac50f33388

View File

@@ -12,7 +12,7 @@
"--privileged", "--privileged",
"-e", "-e",
"GIT_EDITOR=code --wait" "GIT_EDITOR=code --wait"
// uncomment and edit the path in order to pass though local USB serial to the conatiner // uncomment and edit the path in order to pass through local USB serial to the container
// , "--device=/dev/ttyACM0" // , "--device=/dev/ttyACM0"
], ],
"appPort": 6052, "appPort": 6052,