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 6
6
"configurations" : [
7
7
{
8
8
"name" : " Run Test Launcher" ,
9
- "type" : " python " ,
9
+ "type" : " debugpy " ,
10
10
"request" : " launch" ,
11
11
"program" : " ${workspaceFolder}/plotpy/tests/__init__.py" ,
12
12
"console" : " integratedTerminal" ,
19
19
},
20
20
{
21
21
"name" : " Run current file" ,
22
- "type" : " python " ,
22
+ "type" : " debugpy " ,
23
23
"request" : " launch" ,
24
24
"program" : " ${file}" ,
25
25
"console" : " integratedTerminal" ,
28
28
"justMyCode" : false ,
29
29
"pythonArgs" : [
30
30
" -W error::DeprecationWarning" ,
31
+ " -W error::RuntimeWarning" ,
31
32
],
32
33
"env" : {}
33
34
},
34
35
{
35
36
"name" : " Run current file (unattended)" ,
36
- "type" : " python " ,
37
+ "type" : " debugpy " ,
37
38
"request" : " launch" ,
38
39
"program" : " ${file}" ,
39
40
"console" : " integratedTerminal" ,
You can’t perform that action at this time.
0 commit comments