Browse Source

VSCode: exclude catch/ from search

Benoit Blanchon 4 năm trước cách đây
mục cha
commit
7f5497db55
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

@@ -15,5 +15,8 @@
     "xlocnum": "cpp",
     "xlocnum": "cpp",
     "xloctime": "cpp",
     "xloctime": "cpp",
     "xstring": "cpp"
     "xstring": "cpp"
+  },
+  "search.exclude": {
+    "/extras/tests/catch/*": true
   }
   }
 }
 }