settings.json 327 B

123456789101112131415
  1. {
  2. "files.associations": {
  3. "optional": "cpp",
  4. "system_error": "cpp",
  5. "chrono": "cpp",
  6. "typeindex": "cpp",
  7. "typeinfo": "cpp",
  8. "*.tcc": "cpp",
  9. "deque": "cpp",
  10. "list": "cpp",
  11. "string": "cpp",
  12. "unordered_map": "cpp",
  13. "vector": "cpp"
  14. }
  15. }