diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ccfbfcd..1d2d67d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,15 @@ { "name": "PLCC", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", - "features": { - "ghcr.io/devcontainers/features/java:1": { "version": "21" }, - "ghcr.io/devcontainers/features/python:1": { "version": "3.12" }, - "./features/plcc": { "version": "v8.0.3" } + "ghcr.io/devcontainers/features/java:1": { + "version": "21" + }, + "ghcr.io/devcontainers/features/python:1": { + "version": "3.12" + }, + "./features/plcc": { + "version": "v8.0.4" + } } }