Browse Source

Exclude third_party in vscode

Lutz Roeder 8 years ago
parent
commit
26ea890985
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

@@ -0,0 +1,5 @@
+{
+    "files.exclude": {
+        "third_party": true
+    }
+}