This commit is contained in:
2025-07-03 15:58:44 +02:00
commit ed07f26dee
8 changed files with 1009 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Scenario Image Automation",
"type": "shell",
"command": "C:/Users/GabrielFranz/Documents/VS Code/Test/.venv/Scripts/python.exe",
"args": [
"main.py"
],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}