From e0be7335cf81db4bb465ce2f468887a766943757 Mon Sep 17 00:00:00 2001 From: Oliver Stolle 3024383 Date: Thu, 28 May 2026 16:07:52 +0000 Subject: [PATCH] Added 1st version of a devcontainer --- .devcontainer/devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..43e274b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,12 @@ +{ + "name": "Präsentation-Rust Container", + "image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye", + + "customizations": { + "vscode": { + "extensions": [ + "rust-lang.rust-analyzer" + ] + } + } +} \ No newline at end of file