Skip to content

Commit 80f9a87

Browse files
committed
debug config to auto install/uninstall
1 parent 1c534cd commit 80f9a87

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vscode/launch.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"type": "python",
77
"request": "launch",
88
"module": "${fileDirnameBasename}",
9-
"justMyCode": true
9+
"justMyCode": true,
10+
"args": [
11+
"install",
12+
"-y"
13+
],
1014
},
1115
{
1216
"name": "Python: Current File",
@@ -22,7 +26,8 @@
2226
"request": "launch",
2327
"module": "ffmpeg_downloader",
2428
"args": [
25-
"uninstall"
29+
"uninstall",
30+
"-y"
2631
],
2732
"console": "integratedTerminal",
2833
"justMyCode": true,

0 commit comments

Comments
 (0)