diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b6ac19..a9e6dd4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,6 +12,13 @@ "installGradle": "true" }, "ghcr.io/devcontainers/features/powershell:1": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "vscjava.vscode-java-pack" + ] + } } // Use 'forwardPorts' to make a list of ports inside the container available locally.