From 38e65f5a17fdb906440505414fe13d379baa915f Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Fri, 21 Feb 2025 14:47:14 -0700 Subject: [PATCH] vscode: Fix deprecated python debug type Signed-off-by: Luis Garcia --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 60cea81..6d00f83 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Main", - "type": "python", + "type": "debugpy", "request": "launch", "program": "main.py", "console": "integratedTerminal", @@ -14,7 +14,7 @@ }, { "name": "Pytest", - "type": "python", + "type": "debugpy", "request": "launch", "module": "pytest", "args": [