]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
update some vscode settings
authorDylan William Hardison <dylan@hardison.net>
Fri, 8 Feb 2019 18:58:46 +0000 (13:58 -0500)
committerDylan William Hardison <dylan@hardison.net>
Fri, 8 Feb 2019 19:00:51 +0000 (14:00 -0500)
.vscode/settings.json

index 6e0d93ed7edd83b01cc13e5d7c142161b5d40cf1..4b7fdfbf96de2761701c7c798fa7ecd4fda1bdff 100644 (file)
@@ -7,5 +7,16 @@
         "*.css": "css",
         "*.cgi": "perl"
     },
-    "gitlens.blame.ignoreWhitespace": true
+    "gitlens.blame.ignoreWhitespace": true,
+    "files.exclude": {
+        ".vagrant": true,
+        ".vscode/perl-lang": true,
+        "template_cache": true
+    },
+    "files.watcherExclude": {
+        "**/local/**": true
+    },
+    "search.exclude": {
+        "**/local": true
+    }
 }