diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cdfb47d..7700f8d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ // allow access to the toradex board "runArgs": ["--privileged"], - "mounts": ["type=bind,src=/dev/bus/usb,dst=/dev/bus/usb"], + // "mounts": ["type=bind,src=/dev/bus/usb,dst=/dev/bus/usb"], "remoteUser": "vscode", }