From 0ee27ec6adb53301c4a66e5b8b084f1062532914 Mon Sep 17 00:00:00 2001 From: Samuel Zimmerer Date: Tue, 8 Jul 2025 15:04:34 +0200 Subject: [PATCH] wo bin ich hier? --- SimonSaysProgramm/.theia/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SimonSaysProgramm/.theia/launch.json diff --git a/SimonSaysProgramm/.theia/launch.json b/SimonSaysProgramm/.theia/launch.json new file mode 100644 index 0000000..7e4253b --- /dev/null +++ b/SimonSaysProgramm/.theia/launch.json @@ -0,0 +1,8 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [ + + ] +}