File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 21
21
"request" : " launch" ,
22
22
"program" : " ${file} ${input:input}" ,
23
23
"console" : " internalConsole"
24
+ },
25
+ {
26
+ //? Needs to be "pytest" adapter for now.
27
+ //? "debugpy" adapter isn't seen, to toggle "justMyCode" in test configuration
28
+ //? https://github.com/microsoft/vscode-python-debugger/issues/112
29
+ //? https://github.com/microsoft/vscode-python-debugger/issues/94
30
+ "name" : " pytest" ,
31
+ //! Uncomment below to disable "justMyCode" when debugging. Comment out after.
32
+ // "purpose": ["debug-test"],
33
+ //!
34
+ "presentation" : {
35
+ "hidden" : true
36
+ },
37
+ "type" : " python" ,
38
+ "request" : " launch" ,
39
+ "program" : " ${file}" ,
40
+ "console" : " internalConsole" ,
41
+ "justMyCode" : false
24
42
}
25
43
]
26
44
}
You can’t perform that action at this time.
0 commit comments