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",
"configurations": [
{
"name": "Python: NewsBot",
"name": "Python: PYRSS Bot",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/src/main.py",