From 358cc67c59defaed0e730a82f841c87015ffbc32 Mon Sep 17 00:00:00 2001 From: "H. Saw" <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:46:44 +0000 Subject: [PATCH] update container configuration --- .devcontainer/devcontainer.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 76edfa6..7e04086 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1 +1,11 @@ -{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "customizations": { + "vscode": { + "extensions": [ + "vscjava.vscode-java-pack", + "Vika.window-builder" + ] + } + } +} \ No newline at end of file