You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.8 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "search.useIgnoreFiles": false,
  3. "search.followSymlinks": true,
  4. "search.quickOpen.includeSymbols": true,
  5. "search.exclude": {
  6. "**/build/*": true
  7. },
  8. "C_Cpp.clang_format_sortIncludes": true,
  9. "debug.allowBreakpointsEverywhere": true,
  10. "cmake.configureOnOpen": false,
  11. "terminal.explorerKind": "integrated",
  12. "terminal.integrated.profiles.windows": {
  13. "Windows PowerShell": {
  14. "path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
  15. }
  16. },
  17. "terminal.integrated.defaultProfile.windows": "Windows PowerShell",
  18. "files.associations": {
  19. "ble_spp_server_demo.h": "c",
  20. "esp_bt_main.h": "c",
  21. "esp_gatts_api.h": "c",
  22. "freertos.h": "c",
  23. "regex": "c",
  24. "ble_parse_data.h": "c",
  25. "timer_u.h": "c",
  26. "task.h": "c",
  27. "string.h": "c",
  28. "motor_drive.h": "c",
  29. "stdio.h": "c",
  30. "stdlib.h": "c",
  31. "esp_system.h": "c",
  32. "esp_log.h": "c",
  33. "ble_uart.h": "c",
  34. "uart.h": "c",
  35. "bitset": "c",
  36. "chrono": "c",
  37. "algorithm": "c",
  38. "array": "c",
  39. "string": "c",
  40. "string_view": "c",
  41. "*.ipp": "c",
  42. "*.inc": "c",
  43. "atomic": "c",
  44. "strstream": "c",
  45. "*.tcc": "c",
  46. "codecvt": "c",
  47. "cstddef": "c",
  48. "cstdio": "c",
  49. "cstring": "c",
  50. "cwchar": "c",
  51. "vector": "c",
  52. "functional": "c",
  53. "memory": "c",
  54. "memory_resource": "c",
  55. "optional": "c",
  56. "tuple": "c",
  57. "type_traits": "c",
  58. "random": "c",
  59. "fstream": "c",
  60. "initializer_list": "c",
  61. "new": "c",
  62. "stdexcept": "c",
  63. "system_error": "c",
  64. "thread": "c",
  65. "ratio": "c",
  66. "typeinfo": "c",
  67. "utility": "c",
  68. "sdkconfig.h": "c"
  69. },
  70. }