teach rust-analyzer to play nice

This commit is contained in:
Bryan Stitt 2023-08-02 21:27:30 -07:00
parent 8aac4779bf
commit b69ac51438

View File

@ -1 +1,6 @@
{}
{
"rust-analyzer.checkOnSave.extraArgs": [
"--target-dir",
"${workspaceFolder}/target/check"
]
}