diff --git a/.devcontainer.json b/.devcontainer.json index 533ffb6..bf51f12 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -6,5 +6,12 @@ "version": "24-open", "installMaven": true } + }, + "customizations": { + "vscode": { + "extensions": [ + "vscjava.vscode-java-pack" + ] + } } -} +} \ No newline at end of file