This PR adds VSCode devcontainer configuration files, to hopefully make it easier for people to get a development environment out of the box. The configuration is configured with full compatibility with SELinux enabled systems (ie. Fedora).
It also has a slightly tweaked build task that's set as the default build task (so you can trigger it with ctrl+shift+b).
The devcontainer configuration should come with all the necessary packages (and VSCode extensions), including libusb-1.0-0-dev, libfuse-dev, and rust-gdb. Please let me know if I missed anything :).
This PR adds VSCode devcontainer configuration files, to hopefully make it easier for people to get a development environment out of the box. The configuration is configured with full compatibility with SELinux enabled systems (ie. Fedora).
It also has a slightly tweaked build task that's set as the default build task (so you can trigger it with
ctrl+shift+b
).The devcontainer configuration should come with all the necessary packages (and VSCode extensions), including
libusb-1.0-0-dev
,libfuse-dev
, andrust-gdb
. Please let me know if I missed anything :).