diff --git a/.vscode/settings.json b/.vscode/settings.json index b383a959..fe99dc28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "rust-analyzer.check.allTargets": true, "rust-analyzer.check.command": "clippy", + "rust-analyzer.cargo.target": "x86_64-unknown-linux-musl", "search.exclude": { "/xtask/public-api/*.txt": true },