Add a1.py launcher

This commit is contained in:
Cal Wing 2025-02-14 21:05:40 +01:00
parent 2f2b7790db
commit 7b7fa164a1

8
.vscode/launch.json vendored
View File

@ -11,6 +11,14 @@
"program": "${file}",
"console": "integratedTerminal",
"args": []
},
{
"name": "Python: a1.py",
"type": "python",
"request": "launch",
"program": "a1.py",
"console": "integratedTerminal",
"args": []
}
]
}