File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 "configurations" : [
77 {
88 "name" : " Run Test Launcher" ,
9- "type" : " python " ,
9+ "type" : " debugpy " ,
1010 "request" : " launch" ,
1111 "program" : " ${workspaceFolder}/plotpy/tests/__init__.py" ,
1212 "console" : " integratedTerminal" ,
1919 },
2020 {
2121 "name" : " Run current file" ,
22- "type" : " python " ,
22+ "type" : " debugpy " ,
2323 "request" : " launch" ,
2424 "program" : " ${file}" ,
2525 "console" : " integratedTerminal" ,
2828 "justMyCode" : false ,
2929 "pythonArgs" : [
3030 " -W error::DeprecationWarning" ,
31+ " -W error::RuntimeWarning" ,
3132 ],
3233 "env" : {}
3334 },
3435 {
3536 "name" : " Run current file (unattended)" ,
36- "type" : " python " ,
37+ "type" : " debugpy " ,
3738 "request" : " launch" ,
3839 "program" : " ${file}" ,
3940 "console" : " integratedTerminal" ,
You can’t perform that action at this time.
0 commit comments