linux.code-workspace 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": "../../examples"
  8. }
  9. ],
  10. "settings": {
  11. "files.associations": {
  12. "*.rs": "rust",
  13. "pikastdlib_sysobj.h": "c",
  14. "pikastddata_list.h": "c",
  15. "dataargs.h": "c",
  16. "dataarg.h": "c",
  17. "_socket_socket.h": "c",
  18. "*.tcc": "c",
  19. "fstream": "c",
  20. "system_error": "c",
  21. "unistd.h": "c",
  22. "types.h": "c",
  23. "_socket.h": "c",
  24. "random.h": "c",
  25. "cstdlib": "c",
  26. "inet.h": "c",
  27. "re.h": "c",
  28. "cre.h": "c",
  29. "pcre.h": "c",
  30. "pikastddata_dict.h": "c",
  31. "pikacv.h": "c",
  32. "pikacv_image.h": "c",
  33. "pikacv_filter.h": "c",
  34. "pika_config.h": "c",
  35. "gtesttask.h": "c",
  36. "mnist_valid_q.h": "c",
  37. "pikaplatform.h": "c",
  38. "pikastddata_dict_items.h": "c",
  39. "gtesttask_task.h": "c",
  40. "any": "c",
  41. "array": "c",
  42. "atomic": "c",
  43. "bit": "c",
  44. "chrono": "c",
  45. "cmath": "c",
  46. "compare": "c",
  47. "concepts": "c",
  48. "string": "c",
  49. "unordered_map": "c",
  50. "exception": "c",
  51. "algorithm": "c",
  52. "memory": "c",
  53. "memory_resource": "c",
  54. "optional": "c",
  55. "random": "c",
  56. "string_view": "c",
  57. "type_traits": "c",
  58. "utility": "c",
  59. "functional": "c",
  60. "iosfwd": "c",
  61. "istream": "c",
  62. "limits": "c",
  63. "new": "c",
  64. "numeric": "c",
  65. "ostream": "c",
  66. "ratio": "c",
  67. "sstream": "c",
  68. "streambuf": "c",
  69. "tuple": "c",
  70. "typeinfo": "c",
  71. "variant": "c",
  72. "_modbus__modbus.h": "c",
  73. "agile_modbus.h": "c",
  74. "_modbus__modbusrtu.h": "c",
  75. "_modbus__modbustcp.h": "c",
  76. "pikastddata_string.h": "c",
  77. "gtesttask_proxytest.h": "c",
  78. "datastack.h": "c",
  79. "syscall.h": "c",
  80. "fcntl.h": "c"
  81. }
  82. }
  83. }