File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " Python Debugger: Current File" ,
9
+ "type" : " debugpy" ,
10
+ "request" : " launch" ,
11
+ "program" : " ${file}" ,
12
+ "console" : " integratedTerminal"
13
+ }
14
+ ]
15
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "python.testing.pytestArgs" : [
3
- " test"
4
- ],
2
+ "python.testing.pytestEnabled" : true ,
5
3
"python.testing.unittestEnabled" : false ,
6
- "python.testing.pytestEnabled" : true
7
- }
4
+ "python.testing.pytestArgs" : [" test" ],
5
+ "python.testing.autoTestDiscoverOnSaveEnabled" : true
6
+ }
7
+
You can’t perform that action at this time.
0 commit comments