瀏覽代碼

Add search.exclude settings

Lutz Roeder 2 年之前
父節點
當前提交
7f69063a0a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

@@ -4,6 +4,11 @@
         "node_modules": true,
         "third_party": true
     },
+    "search.exclude": {
+        "dist": true,
+        "node_modules": true,
+        "third_party": true
+    },
     "pylint.severity": {
         "convention": "Warning",
         "refactor": "Warning"