Skip to content

Commit

Permalink
Add just feature and extension to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 13, 2024
1 parent a66dbea commit 363d3d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "Python 3",
"image": "ghcr.io/astral-sh/uv:python3.11-bookworm",
"features": {
"ghcr.io/guiyomh/features/just:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"charliermarsh.ruff",
"fill-labs.dependi",
"nefrob.vscode-just-syntax",
"EditorConfig.EditorConfig"
]
}
Expand Down

0 comments on commit 363d3d6

Please sign in to comment.