Update launch.json

This commit is contained in:
Corban-Lee Jones 2024-08-18 01:01:20 +01:00
parent 163c589271
commit 1cc2aa2a08

2
.vscode/launch.json vendored
View File

@ -5,7 +5,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Python: NewsBot", "name": "Python: PYRSS Bot",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/src/main.py", "program": "${workspaceFolder}/src/main.py",