mirror of https://github.com/aya-rs/aya
vscode: check all targets
Now that building integration tests works out of the box, we can.pull/644/head
parent
6ac1320707
commit
728a25d9d9
@ -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…
Reference in New Issue