From 70284786e0480ee4bdad275fcecbb7de7da97781 Mon Sep 17 00:00:00 2001 From: Sparchatus Date: Tue, 31 May 2022 09:19:25 +0000 Subject: [PATCH] Container USB mount should be disabled by default --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }