diff --git a/util/etc/vscode-tasks.json b/util/etc/vscode-tasks.json index 845e33414b2..ab98f9b4154 100644 --- a/util/etc/vscode-tasks.json +++ b/util/etc/vscode-tasks.json @@ -24,13 +24,13 @@ "command": "cargo uitest", "options": { "env": { - "RUST_BACKTRACE": "1" // This task will usually execute all UI tests inside `tests/ui` you can // 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 // // "TESTNAME": "", + "RUST_BACKTRACE": "1" } }, "problemMatcher": [],