We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65655d1 commit 9ef76e0Copy full SHA for 9ef76e0
util/etc/vscode-tasks.json
@@ -24,13 +24,13 @@
24
"command": "cargo uitest",
25
"options": {
26
"env": {
27
- "RUST_BACKTRACE": "1"
28
// This task will usually execute all UI tests inside `tests/ui` you can
29
// optionally uncomment the line below and only run a specific test.
30
//
31
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
32
33
// "TESTNAME": "<TODO>",
+ "RUST_BACKTRACE": "1"
34
}
35
},
36
"problemMatcher": [],
0 commit comments