Skip to content

Commit 587bdf5

Browse files
committed
added module debug config
1 parent 8f15eb3 commit 587bdf5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/launch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "Python: Module",
6+
"type": "python",
7+
"request": "launch",
8+
"module": "${fileDirnameBasename}",
9+
"justMyCode": true
10+
},
411
{
512
"name": "Python: Current File",
613
"type": "python",
@@ -10,7 +17,7 @@
1017
"justMyCode": false
1118
},
1219
{
13-
"name": "Python: Module",
20+
"name": "Python: Module Uninstall",
1421
"type": "python",
1522
"request": "launch",
1623
"module": "ffmpeg_downloader",

0 commit comments

Comments
 (0)