elixir-cloud-aai / cookiecutter-python

Cookiecutter template for creating a Python project with Poetry, including configurations for various project settings.
Apache License 2.0
1 stars 0 forks source link

imp: add support to `devcontainer` #31

Open JaeAeich opened 3 weeks ago

JaeAeich commented 3 weeks ago

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

ref

uniqueg commented 3 weeks ago

Loooks interesting! I'd say go for it