diff --git a/cargo/.devcontainer/devcontainer.json b/cargo/.devcontainer/devcontainer.json index c9e93e9..66e80d2 100644 --- a/cargo/.devcontainer/devcontainer.json +++ b/cargo/.devcontainer/devcontainer.json @@ -10,6 +10,11 @@ "ESP_BOARD": "{{ mcu }}" } }, + // https://github.com/serialport/serialport-rs/issues/153 + "runArgs": [ + "--mount", + "type=bind,source=/run/udev,target=/run/udev,readonly" + ], "customizations": { "vscode": { "settings": {