Skip to content

Commit b76a261

Browse files
authored
Update launch for debugpy (#168)
1 parent 6a567b6 commit b76a261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"configurations": [
77
{
88
"name": "Python: Module",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"module": "ansible_dev_environment",
1212
"args": ["inspect", "-v", "-v", "-vv"],
1313
"justMyCode": true
1414
},
1515
{
1616
"name": "Python: Current File",
17-
"type": "python",
17+
"type": "debugpy",
1818
"request": "launch",
1919
"program": "${file}",
2020
"console": "integratedTerminal"

0 commit comments

Comments
 (0)