From 00d11f837e2b47d31b81c8e38208c1f7c9d0989f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 5 Aug 2024 18:28:04 +0000 Subject: [PATCH] Added Java extension pack for devcontainer. --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) 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.