trying to fiw devcontainer to works with 42 chips
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"dockerFile": "Dockerfile", // Reference to your Dockerfile
|
||||
"context": ".", // The context is the root of your project
|
||||
"workspaceFolder": "/workspace", // Where VSCode will mount your current folder inside the container
|
||||
"mounts": ["source=${localWorkspaceFolder},target=/workspace,type=bind"],
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder},target=/workspace,type=bind",
|
||||
"source=/dev/tty.usbserial-310,target=/dev/ttyUSB0,type=bind"
|
||||
],
|
||||
"postCreateCommand": "echo 'Devcontainer setup complete!'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user