Skip to content

Commit 68fce1f

Browse files
committed
hacking options lol
1 parent 83d5203 commit 68fce1f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.vscode/launch.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"name": "test.py",
8+
"name": "Python",
99
"type": "python",
1010
"request": "launch",
11-
"program": "test.py",
12-
"console": "integratedTerminal"
13-
},
14-
{
15-
"name": "Python : Fichier actuel",
16-
"type": "python",
17-
"request": "launch",
18-
"program": "${file}",
19-
"console": "integratedTerminal"
11+
"program": "-m",
12+
"args" : ["unittest"],
13+
"console": "integratedTerminal",
14+
"cwd": "${workspaceFolder}"
2015
}
2116
]
2217
}

0 commit comments

Comments
 (0)