web3-proxy/.vscode/settings.json

12 lines
275 B
JSON
Raw Normal View History

2023-08-03 07:27:30 +03:00
{
2023-08-22 20:44:53 +03:00
"rust-analyzer.server.extraEnv": {
"CARGO_TARGET_DIR": "target/rust-analyzer"
},
2023-08-03 07:27:30 +03:00
"rust-analyzer.checkOnSave.extraArgs": [
"--target-dir",
2023-08-22 20:44:53 +03:00
"target/rust-analyzer"
],
"rust-analyzer.cargo.features": [
"tokio-console"
2023-08-03 07:27:30 +03:00
]
}