Just learned about devcontainers
Just learned about devcontainers.
Declare a Docker image that contains your dev environment.
Benefits:
✅ No need to manually install dependencies
✅ Assures everyone has the same dev environment
✅ Include @code extensions
✅ Automatically runs commands when started
More info: https://www.aaron-powell.com/posts/2021-03-08-your-open-source-project-needs-a-dev-container-heres-why/