From ed611de272290a1a6be16c1247979b89652ae2b6 Mon Sep 17 00:00:00 2001 From: Alexander Terry Date: Fri, 12 Apr 2024 15:28:42 -0800 Subject: [PATCH] depreceated repreceated --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 70fb5b1..583e22c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Remote Attach", - "type": "python", + "type": "debugpy", "request": "attach", "connect": { "host": "localhost", @@ -22,7 +22,7 @@ }, { "name": "Python: start bot", - "type": "python", + "type": "debugpy", "request": "launch", "program": "bot.py", "console": "integratedTerminal"