settings.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "files.associations": {
  3. "filesystem": "cpp",
  4. "system_error": "cpp",
  5. "chrono": "cpp",
  6. "iostream": "cpp",
  7. "atomic": "cpp",
  8. "bit": "cpp",
  9. "cctype": "cpp",
  10. "clocale": "cpp",
  11. "cmath": "cpp",
  12. "compare": "cpp",
  13. "concepts": "cpp",
  14. "cstddef": "cpp",
  15. "cstdint": "cpp",
  16. "cstdio": "cpp",
  17. "cstdlib": "cpp",
  18. "cstring": "cpp",
  19. "ctime": "cpp",
  20. "cwchar": "cpp",
  21. "exception": "cpp",
  22. "initializer_list": "cpp",
  23. "ios": "cpp",
  24. "iosfwd": "cpp",
  25. "istream": "cpp",
  26. "iterator": "cpp",
  27. "limits": "cpp",
  28. "map": "cpp",
  29. "memory": "cpp",
  30. "new": "cpp",
  31. "ostream": "cpp",
  32. "stdexcept": "cpp",
  33. "streambuf": "cpp",
  34. "string": "cpp",
  35. "tuple": "cpp",
  36. "type_traits": "cpp",
  37. "typeinfo": "cpp",
  38. "utility": "cpp",
  39. "xfacet": "cpp",
  40. "xiosbase": "cpp",
  41. "xlocale": "cpp",
  42. "xlocinfo": "cpp",
  43. "xlocnum": "cpp",
  44. "xmemory": "cpp",
  45. "xstddef": "cpp",
  46. "xstring": "cpp",
  47. "xtr1common": "cpp",
  48. "xtree": "cpp",
  49. "xutility": "cpp"
  50. },
  51. "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
  52. "cmake.sourceDirectory": "C:/Users/ByteGear/Source_Code/libpmmf/build"
  53. }