update a few things

This commit is contained in:
Ross
2023-05-23 14:48:12 +01:00
parent a444024eaa
commit 3f78ecc671
10 changed files with 290 additions and 55 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"name": "Python: Run",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/run.py",
"program": "${workspaceFolder}/gen.py",
"console": "integratedTerminal"
},
]