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"