12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"rust-analyzer.server.extraEnv": {
|
|
"CARGO_TARGET_DIR": "target/rust-analyzer"
|
|
},
|
|
"rust-analyzer.checkOnSave.extraArgs": [
|
|
"--target-dir",
|
|
"target/rust-analyzer"
|
|
],
|
|
"rust-analyzer.cargo.features": [
|
|
"tokio-console"
|
|
]
|
|
} |