Browse Source

VS Code settings.

Ian Walton 3 năm trước cách đây
mục cha
commit
28867fc3fa
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      .vscode/settings.json

+ 9 - 1
.vscode/settings.json

@@ -2,6 +2,14 @@
     "files.associations": {
         "optional": "cpp",
         "system_error": "cpp",
-        "chrono": "cpp"
+        "chrono": "cpp",
+        "typeindex": "cpp",
+        "typeinfo": "cpp",
+        "*.tcc": "cpp",
+        "deque": "cpp",
+        "list": "cpp",
+        "string": "cpp",
+        "unordered_map": "cpp",
+        "vector": "cpp"
     }
 }