diff --git a/.vscode/settings.json b/.vscode/settings.json index d5f4570104..2f8da01d92 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "rust-analyzer.check.extraEnv": { "CARGO_TARGET_DIR": "target/analyzer" }, - "rust-analyzer.check.features": "all" + "rust-analyzer.check.features": "all", + "rust-analyzer.cargo.features": "all" }