9 lines
206 B
JSON
9 lines
206 B
JSON
{
|
|
"rust-analyzer.server.extraEnv": {
|
|
"CARGO_TARGET_DIR": "target/rust-analyzer"
|
|
},
|
|
"rust-analyzer.checkOnSave.extraArgs": [
|
|
"--target-dir",
|
|
"target/rust-analyzer"
|
|
]
|
|
} |