settings.json 551 B

123456789101112131415161718192021222324252627
  1. {
  2. "files.associations": {
  3. "*.tcc": "cpp",
  4. "cctype": "cpp",
  5. "clocale": "cpp",
  6. "cmath": "cpp",
  7. "cstdint": "cpp",
  8. "cstdio": "cpp",
  9. "cstdlib": "cpp",
  10. "cwchar": "cpp",
  11. "cwctype": "cpp",
  12. "exception": "cpp",
  13. "initializer_list": "cpp",
  14. "iosfwd": "cpp",
  15. "iostream": "cpp",
  16. "istream": "cpp",
  17. "limits": "cpp",
  18. "new": "cpp",
  19. "ostream": "cpp",
  20. "stdexcept": "cpp",
  21. "streambuf": "cpp",
  22. "system_error": "cpp",
  23. "type_traits": "cpp",
  24. "typeinfo": "cpp",
  25. "utility": "cpp"
  26. }
  27. }