Răsfoiți Sursa

vscode: check all targets

Now that building integration tests works out of the box, we can.
Tamir Duberstein 1 an în urmă
părinte
comite
728a25d9d9
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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"
 }