diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5057186..b5032f9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" ] }