From 9b6325a53c89a4e0cac84da64d37e2a93c0bda86 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Thu, 23 May 2024 11:43:43 -0700 Subject: [PATCH] Update launch for debugpy --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 088ffa2..0187f94 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Python: Module", - "type": "python", + "type": "debugpy", "request": "launch", "module": "ansible_dev_environment", "args": ["inspect", "-v", "-v", "-vv"], @@ -14,7 +14,7 @@ }, { "name": "Python: Current File", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${file}", "console": "integratedTerminal"