Skip to content

Add VS Code dev container with hatch and Python 3.10-3.14#108

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/add-dev-container-with-hatch
Draft

Add VS Code dev container with hatch and Python 3.10-3.14#108
Copilot wants to merge 4 commits into
mainfrom
copilot/add-dev-container-with-hatch

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

Adds dev container configuration enabling instant development environment setup with full Python version matrix support.

Implementation

  • .devcontainer/devcontainer.json: Base Debian image with hatch via pipx, build dependencies, pre-configured VS Code extensions (Python, Ruff, Pylance)
  • .devcontainer/post-create.sh: Automated pyenv installation, Python 3.10-3.14 setup, pre-commit hook installation
  • .devcontainer/README.md: Usage documentation and troubleshooting

Environment

All Python versions from CI matrix (3.10, 3.11, 3.12, 3.13, 3.14) available via pyenv:

# Use specific version for current context
pyenv shell 3.11

# Run hatch with specific Python
hatch run +py=3.11 test

Documentation

Updated README.md, copilot-instructions.md, and getting-started guide with dev container as recommended setup path.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits February 14, 2026 10:57
…pport

Co-authored-by: fschuch <37457501+fschuch@users.noreply.github.com>
Co-authored-by: fschuch <37457501+fschuch@users.noreply.github.com>
Co-authored-by: fschuch <37457501+fschuch@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

Copilot AI changed the title [WIP] Add dev container with project management tool hatch Add VS Code dev container with hatch and Python 3.10-3.14 Feb 14, 2026
Copilot AI requested a review from fschuch February 14, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants