chore: add vscode settings for rust-analyzer

This commit is contained in:
mhchia
2023-12-29 15:10:43 +08:00
parent ddcf75fc5f
commit aaaaba18de

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
"wasm/prover/Cargo.toml"
],
"rust-analyzer.cargo.target": "wasm32-unknown-unknown"
}