This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 88 "problemMatcher" : [],
99 "group" : {
1010 "kind" : " build" ,
11- "isDefault" : true ,
12- },
11+ "isDefault" : true
12+ }
1313 },
1414 {
1515 "label" : " cargo dev fmt" ,
1616 "type" : " shell" ,
1717 "command" : " cargo dev fmt" ,
1818 "problemMatcher" : [],
19- "group" : " none" ,
19+ "group" : " none"
2020 },
2121 {
2222 "label" : " cargo uitest" ,
2323 "type" : " shell" ,
2424 "command" : " cargo uitest" ,
2525 "options" : {
2626 "env" : {
27- "RUST_BACKTRACE" : " 1" ,
2827 // This task will usually execute all UI tests inside `tests/ui` you can
2928 // optionally uncomment the line below and only run a specific test.
3029 //
3130 // See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
3231 //
3332 // "TESTNAME": "<TODO>",
34- },
33+ "RUST_BACKTRACE" : " 1"
34+ }
3535 },
3636 "problemMatcher" : [],
3737 "group" : {
3838 "kind" : " test" ,
39- "isDefault" : true ,
39+ "isDefault" : true
4040 }
4141 },
4242 {
4343 "label" : " cargo test" ,
4444 "type" : " shell" ,
4545 "command" : " cargo test" ,
4646 "problemMatcher" : [],
47- "group" : " test" ,
47+ "group" : " test"
4848 },
4949 {
5050 "label" : " cargo dev bless" ,
5151 "type" : " shell" ,
5252 "command" : " cargo dev bless" ,
5353 "problemMatcher" : [],
54- "group" : " none" ,
55- },
56- ],
54+ "group" : " none"
55+ }
56+ ]
5757}
You can’t perform that action at this time.
0 commit comments