From bb96e7ccddb5ed0068ab8f857658b212e8794e29 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 20 Jan 2025 10:21:53 -0300 Subject: [PATCH] chore: Point to monorepo's nargo in vscode workspace settings (#11349) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4b274e1161a..05cf2df5c72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -189,5 +189,6 @@ "wasi", "memfree", "tmpfs" - ] + ], + "noir.nargoPath": "${workspaceFolder}/noir/noir-repo/target/release/nargo" }