diff --git a/.vscode/settings.json b/.vscode/settings.json index b7aa953af51..4d3812210fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -155,5 +155,8 @@ "C_Cpp.vcpkg.enabled": false, "C_Cpp.default.includePath": [ "barretenberg/cpp/src" - ] + ], + "rust-analyzer.linkedProjects": [ + "noir/noir-repo/Cargo.toml" + ] }