diff --git a/.vscode/settings.json b/.vscode/settings.json index 57650c39..8ed57437 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,4 +2,8 @@ // These settings exist to support the gitpod configuration. "workbench.startupEditor": "none", "rust-analyzer.cargo.buildScripts.useRustcWrapper": false, + // This setting exists to ensure the fuzzing tests are covered by the rust-analyzer + "rust-analyzer.linkedProjects": [ + "./fuzzing/fuzz/Cargo.toml" + ] }