diff --git a/.devcontainer.json b/.devcontainer.json index bf51f12..d5d3aa1 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,6 +2,7 @@ "name": "Java", "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", "features": { + "ghcr.io/guiyomh/features/just:0": {}, "ghcr.io/devcontainers/features/java:1": { "version": "24-open", "installMaven": true @@ -14,4 +15,4 @@ ] } } -} \ No newline at end of file +}