uorocketry / rocket-code-2020

Flight computer code for 2019-2021
Other
11 stars 3 forks source link

Add development container #188

Closed seofernando25 closed 2 years ago

seofernando25 commented 2 years ago

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

seofernando25 commented 2 years ago

I should probably look at pre-existing PRs before making one....

duplicate: #94