about summary refs log tree commit diff
diff options
context:
space:
mode:
authoralexey semenyuk <alexsemenyuk88@gmail.com>2022-07-03 19:03:51 +0000
committerGitHub <noreply@github.com>2022-07-03 19:03:51 +0000
commit9ef76e051be050d49db7842d94c7ae76821f4e00 (patch)
tree9fd08542d3b3ea6e3f81fa6c6544e25882ba54d9
parent65655d1e1e25d11df5dd2f4570d3ec00c19e8a51 (diff)
downloadrust-9ef76e051be050d49db7842d94c7ae76821f4e00.tar.gz
rust-9ef76e051be050d49db7842d94c7ae76821f4e00.zip
Fixed comment
-rw-r--r--util/etc/vscode-tasks.json2
1 files changed, 1 insertions, 1 deletions
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": "<TODO>",
+                    "RUST_BACKTRACE": "1"
                 }
             },
             "problemMatcher": [],