From eaf6ce47847f13c6818deb18c4fe369b4bf29fa1 Mon Sep 17 00:00:00 2001 From: Sandro Leuchter Date: Thu, 3 Apr 2025 16:59:54 +0200 Subject: [PATCH] Dateien nach "/" hochladen --- .devcontainer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..d5d3aa1 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,18 @@ +{ + "name": "Java", + "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", + "features": { + "ghcr.io/guiyomh/features/just:0": {}, + "ghcr.io/devcontainers/features/java:1": { + "version": "24-open", + "installMaven": true + } + }, + "customizations": { + "vscode": { + "extensions": [ + "vscjava.vscode-java-pack" + ] + } + } +}