瀏覽代碼

.vscode: always use linux in rust-analyzer

Tamir Duberstein 2 周之前
父節點
當前提交
57a75dfd61
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
   },