We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fdf46 commit 050f7ebCopy full SHA for 050f7eb
.devcontainer/devcontainer.json
@@ -13,6 +13,8 @@
13
},
14
15
// To give the container access to a device serial port, you can uncomment one of the following lines.
16
+ // Note: If running on Windows, you will have to do some additional steps:
17
+ // https://stackoverflow.com/questions/68527888/how-can-i-use-a-usb-com-port-inside-of-a-vscode-development-container
18
//
19
// You can explicitly just forward the port you want to connect to. Replace `/dev/ttyACM0` with the serial port for
20
// your device. This will only work if the device is plugged in from the start without reconnecting. Adding the
0 commit comments