Skip to content

Commit 9797cb1

Browse files
committed
modify launch.json
1 parent acbfb11 commit 9797cb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .vscode/launch.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"name": "Python: Current File",
99
"type": "python",
1010
"request": "launch",
11-
"program": "${file}"
11+
"program": "${file}",
12+
"console": "none",
13+
"args": [
14+
"${file}"
15+
],
16+
17+
18+
1219
},
1320
{
1421
"name": "Python: Attach",

0 commit comments

Comments
 (0)