Browse Source

Add search.exclude settings

Lutz Roeder 2 năm trước cách đây
mục cha
commit
7f69063a0a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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"