From 8d8d8cdd639591c0c4c49b355db1152e310c22d6 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 27 Jan 2022 13:57:10 -0500 Subject: Revert to Java 11 and enable Lombok ext --- .devcontainer/devcontainer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.devcontainer/devcontainer.json') diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a89c455..a4f46b9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,11 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "vscjava.vscode-java-pack" + "vscjava.vscode-java-pack", + "gabrielbb.vscode-lombok", + "redhat.vscode-yaml", + "visualstudioexptteam.vscodeintellicode", + "redhat.fabric8-analytics", ], // Use 'forwardPorts' to make a list of ports inside the container available locally. -- cgit