Browse Source

.vscode: always use linux in rust-analyzer

Tamir Duberstein 2 weeks ago
parent
commit
57a75dfd61
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.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
   },