Remove trailing spaces
This commit is contained in:
parent
b8bdbb7a00
commit
65655d1e1e
@ -8,15 +8,15 @@
|
|||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true,
|
"isDefault": true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "cargo dev fmt",
|
"label": "cargo dev fmt",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cargo dev fmt",
|
"command": "cargo dev fmt",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": "none",
|
"group": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "cargo uitest",
|
"label": "cargo uitest",
|
||||||
@ -24,19 +24,19 @@
|
|||||||
"command": "cargo uitest",
|
"command": "cargo uitest",
|
||||||
"options": {
|
"options": {
|
||||||
"env": {
|
"env": {
|
||||||
"RUST_BACKTRACE": "1",
|
"RUST_BACKTRACE": "1"
|
||||||
// This task will usually execute all UI tests inside `tests/ui` you can
|
// This task will usually execute all UI tests inside `tests/ui` you can
|
||||||
// optionally uncomment the line below and only run a specific test.
|
// optionally uncomment the line below and only run a specific test.
|
||||||
//
|
//
|
||||||
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
|
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
|
||||||
//
|
//
|
||||||
// "TESTNAME": "<TODO>",
|
// "TESTNAME": "<TODO>",
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
"isDefault": true,
|
"isDefault": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -44,14 +44,14 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cargo test",
|
"command": "cargo test",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": "test",
|
"group": "test"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "cargo dev bless",
|
"label": "cargo dev bless",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cargo dev bless",
|
"command": "cargo dev bless",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": "none",
|
"group": "none"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user