Drop orchard unstable flag from VS Code settings

This setting is no longer required, and its presence greatly increases build and test times while using VS Code extensions for rust because inconsistent settings are used, defeating the rust build cache.
This commit is contained in:
Andrew Arnott 2024-06-18 08:14:39 -06:00 committed by GitHub
parent 87e23081d0
commit bb06f84f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

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