瀏覽代碼

Exclude third_party in vscode

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

+ 5 - 0
.vscode/settings.json

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