Add Dev Container support for a consistent, pre-configured development environment. This would simplify setup for new contributors and reduce environment-related issues.
One can argue thats this is the exact problem #27 is trying to solve but, .devcontainer provide an isolation and are more specific to vscode and intellij. While asdf help installing external needed tooling.
Note: That these configurations are rarely touched so the question of them being an overhead is out of question.
Description:
Add Dev Container support for a consistent, pre-configured development environment. This would simplify setup for new contributors and reduce environment-related issues.
One can argue thats this is the exact problem #27 is trying to solve but,
.devcontainer
provide an isolation and are more specific tovscode
andintellij
. Whileasdf
help installing external needed tooling.Note: That these configurations are rarely touched so the question of them being an overhead is out of question.
ref