This small PR adds a preconfigured development container that should work on vscode out of the box.
For other IDEs such as CLion, some extra configuration is required, but at least you already have a Dockerfile.
For those on Windows, in addition to WSL, development containers facilitate the development by having a standardized development enviroment instead of requiring the developer to manually install the dependencies (and enviroment variables!)
This also goes for linux too if you're not running an OS that does not use systemd
This small PR adds a preconfigured development container that should work on vscode out of the box. For other IDEs such as CLion, some extra configuration is required, but at least you already have a Dockerfile.
For those on Windows, in addition to WSL, development containers facilitate the development by having a standardized development enviroment instead of requiring the developer to manually install the dependencies (and enviroment variables!)
This also goes for linux too if you're not running an OS that does not use
systemd