Skip to content

Commit e111689

Browse files
Merge pull request #123 from Create-Python-App/fix/64-devcontainer
chore: uv-based devcontainer (#64)
2 parents 6980a18 + 2e1fc9b commit e111689

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "create-python-app",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.12",
4+
"features": {
5+
"ghcr.io/astral-sh/uv-feature/uv:1": {}
6+
},
7+
"postCreateCommand": "uv sync --group dev",
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"charliermarsh.ruff",
12+
"ms-python.python",
13+
"ms-python.vscode-pylance"
14+
]
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)