Explorar el Código

VS Code settings.

Ian Walton hace 3 años
padre
commit
28867fc3fa
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  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"
     }
 }