Merge pull request #1137 from zcash/vscode-rustflags

Add `zcash_unstable` to `RUSTFLAGS` for VS Code
This commit is contained in:
str4d 2024-01-26 20:16:03 +00:00 committed by GitHub
commit c583c80cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
{
"rust-analyzer.cargo.extraEnv": {
"RUSTFLAGS": "--cfg zcash_unstable=\"orchard\""
},
"rust-analyzer.cargo.features": "all"
}