marek-g / it9910hd_fusefs

FUSE File System driver for IT9910HD HDMI MPEG4 (H.264) capture device.
2 stars 0 forks source link

Add VSCode devcontainer configuration. #2

Closed jibsaramnim closed 2 years ago

jibsaramnim commented 2 years ago

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 :).

marek-g commented 2 years ago

Thanks Dave!