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