فهرست منبع

VS Code settings.

Ian Walton 3 سال پیش
والد
کامیت
28867fc3fa
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  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"
     }
 }