Skip to content

Commit

Permalink
Drop orchard unstable flag from VS Code settings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AArnott authored Jun 18, 2024
1 parent 87e2308 commit bb06f84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"rust-analyzer.cargo.extraEnv": {
"RUSTFLAGS": "--cfg zcash_unstable=\"orchard\""
},
"rust-analyzer.cargo.features": "all"
}
}

0 comments on commit bb06f84

Please sign in to comment.