فهرست منبع

vscode: exclude public-api fixtures from search

Tamir Duberstein 1 سال پیش
والد
کامیت
06d6a3e7a6
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      .vscode/settings.json

+ 4 - 1
.vscode/settings.json

@@ -1,4 +1,7 @@
 {
     "rust-analyzer.check.allTargets": true,
-    "rust-analyzer.check.command": "clippy"
+    "rust-analyzer.check.command": "clippy",
+    "search.exclude": {
+        "/xtask/public-api/*.txt": true,
+    },
 }