Ersten funktionierende Variante der neuen Verschiebelogik sowie CSVs zum Testen ergänzt

This commit is contained in:
2025-08-08 00:39:00 +02:00
parent b2d78faa8a
commit ec3526b9e4
18 changed files with 817 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}