platformio-vscode-devcontainer icon indicating copy to clipboard operation
platformio-vscode-devcontainer copied to clipboard

PlatformIO Development Container for Visual Studio Code

Results 1 platformio-vscode-devcontainer issues
Sort by recently updated
recently updated
newest added

1. What is the sense of commands: ``` RUN curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules RUN service udev restart ``` if udev does not support containers and you mount...