zmk/.devcontainer
c10l ab9f180b3a fix(devcontainer): Add packages required by grpcio
When running `pip3 install --user -r zephyr/scripts/requirements.txt`
(last step on https://zmk.dev/docs/development/setup), grpcio install
fails with the following error:

    FileNotFoundError: [Errno 2] No such file or directory: c++: c++

This happens due to missing dev tooling in the container.
2024-03-22 00:14:34 +00:00
..
.bashrc chore: Ensure BSIM env. variables set in devcontainer. 2023-12-02 17:11:45 -08:00
devcontainer.json chore: Update devcontainer.json 2023-11-23 21:02:22 -08:00
Dockerfile fix(devcontainer): Add packages required by grpcio 2024-03-22 00:14:34 +00:00