소스 검색

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
+    }
+}