settings.json 467 B

1234567891011121314151617181920
  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. "qnetworkaccessmanager": "cpp",
  15. "array": "cpp",
  16. "tuple": "cpp",
  17. "utility": "cpp",
  18. "variant": "cpp"
  19. }
  20. }