vscode: check all targets

Now that building integration tests works out of the box, we can.
pull/644/head
Tamir Duberstein 1 year ago
parent 6ac1320707
commit 728a25d9d9
No known key found for this signature in database

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

Loading…
Cancel
Save