Преглед на файлове

vscode: check all targets

Now that building integration tests works out of the box, we can.
Tamir Duberstein преди 1 година
родител
ревизия
728a25d9d9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .vscode/settings.json

+ 2 - 2
.vscode/settings.json

@@ -1,4 +1,4 @@
 {
-  "rust-analyzer.checkOnSave.allTargets": false,
-  "rust-analyzer.checkOnSave.command": "clippy"
+    "rust-analyzer.check.allTargets": true,
+    "rust-analyzer.check.command": "clippy"
 }