From bb06f84f65530f85bb014675529d267fb89a8cc4 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Tue, 18 Jun 2024 08:14:39 -0600 Subject: [PATCH] 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. --- .vscode/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b7fe97d4..39a5ca1e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,3 @@ { - "rust-analyzer.cargo.extraEnv": { - "RUSTFLAGS": "--cfg zcash_unstable=\"orchard\"" - }, "rust-analyzer.cargo.features": "all" -} \ No newline at end of file +}