File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
"problemMatcher" : [],
9
9
"group" : {
10
10
"kind" : " build" ,
11
- "isDefault" : true ,
12
- },
11
+ "isDefault" : true
12
+ }
13
13
},
14
14
{
15
15
"label" : " cargo dev fmt" ,
16
16
"type" : " shell" ,
17
17
"command" : " cargo dev fmt" ,
18
18
"problemMatcher" : [],
19
- "group" : " none" ,
19
+ "group" : " none"
20
20
},
21
21
{
22
22
"label" : " cargo uitest" ,
23
23
"type" : " shell" ,
24
24
"command" : " cargo uitest" ,
25
25
"options" : {
26
26
"env" : {
27
- "RUST_BACKTRACE" : " 1" ,
28
27
// This task will usually execute all UI tests inside `tests/ui` you can
29
28
// optionally uncomment the line below and only run a specific test.
30
29
//
31
30
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
32
31
//
33
32
// "TESTNAME": "<TODO>",
34
- },
33
+ "RUST_BACKTRACE" : " 1"
34
+ }
35
35
},
36
36
"problemMatcher" : [],
37
37
"group" : {
38
38
"kind" : " test" ,
39
- "isDefault" : true ,
39
+ "isDefault" : true
40
40
}
41
41
},
42
42
{
43
43
"label" : " cargo test" ,
44
44
"type" : " shell" ,
45
45
"command" : " cargo test" ,
46
46
"problemMatcher" : [],
47
- "group" : " test" ,
47
+ "group" : " test"
48
48
},
49
49
{
50
50
"label" : " cargo dev bless" ,
51
51
"type" : " shell" ,
52
52
"command" : " cargo dev bless" ,
53
53
"problemMatcher" : [],
54
- "group" : " none" ,
55
- },
56
- ],
54
+ "group" : " none"
55
+ }
56
+ ]
57
57
}
You can’t perform that action at this time.
0 commit comments