Skip to content

Commit edfc152

Browse files
committed
chore(vscode): update launch.json to use debugpy instead of python for debugging configurations
1 parent 47536a6 commit edfc152

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
@@ -3,7 +3,7 @@
33
"configurations": [
44
{
55
"name": "Viseron",
6-
"type": "python",
6+
"type": "debugpy",
77
"request": "launch",
88
"module": "viseron",
99
"justMyCode": true,
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "Generate Docs",
17-
"type": "python",
17+
"type": "debugpy",
1818
"request": "launch",
1919
"module": "scripts.gen_docs",
2020
"args": ["-c", "${input:component}"],

0 commit comments

Comments
 (0)