Skip to content

Commit ddf11fa

Browse files
authored
chore: 🧑‍💻 add launcher for debugging a file with VSCode (#172)
1 parent 9908250 commit ddf11fa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.vscode/launch.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
"args": [
1515
"runserver"
1616
]
17+
},
18+
{
19+
"name": "test-debugger",
20+
"type": "debugpy",
21+
"request": "launch",
22+
"program": "${file}",
23+
"purpose": [
24+
"debug-test"
25+
],
26+
"console": "integratedTerminal",
27+
"justMyCode": false
1728
}
1829
]
19-
}
30+
}

0 commit comments

Comments
 (0)