From 1cc2aa2a08c9ca91e02c1cc00a96f814608d9448 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Sun, 18 Aug 2024 01:01:20 +0100 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e298949..fe67e8b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",