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.
70 lines
1.8 KiB
70 lines
1.8 KiB
{
|
|
"search.useIgnoreFiles": false,
|
|
"search.followSymlinks": true,
|
|
"search.quickOpen.includeSymbols": true,
|
|
"search.exclude": {
|
|
"**/build/*": true
|
|
},
|
|
"C_Cpp.clang_format_sortIncludes": true,
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"cmake.configureOnOpen": false,
|
|
"terminal.explorerKind": "integrated",
|
|
"terminal.integrated.profiles.windows": {
|
|
"Windows PowerShell": {
|
|
"path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.windows": "Windows PowerShell",
|
|
"files.associations": {
|
|
"ble_spp_server_demo.h": "c",
|
|
"esp_bt_main.h": "c",
|
|
"esp_gatts_api.h": "c",
|
|
"freertos.h": "c",
|
|
"regex": "c",
|
|
"ble_parse_data.h": "c",
|
|
"timer_u.h": "c",
|
|
"task.h": "c",
|
|
"string.h": "c",
|
|
"motor_drive.h": "c",
|
|
"stdio.h": "c",
|
|
"stdlib.h": "c",
|
|
"esp_system.h": "c",
|
|
"esp_log.h": "c",
|
|
"ble_uart.h": "c",
|
|
"uart.h": "c",
|
|
"bitset": "c",
|
|
"chrono": "c",
|
|
"algorithm": "c",
|
|
"array": "c",
|
|
"string": "c",
|
|
"string_view": "c",
|
|
"*.ipp": "c",
|
|
"*.inc": "c",
|
|
"atomic": "c",
|
|
"strstream": "c",
|
|
"*.tcc": "c",
|
|
"codecvt": "c",
|
|
"cstddef": "c",
|
|
"cstdio": "c",
|
|
"cstring": "c",
|
|
"cwchar": "c",
|
|
"vector": "c",
|
|
"functional": "c",
|
|
"memory": "c",
|
|
"memory_resource": "c",
|
|
"optional": "c",
|
|
"tuple": "c",
|
|
"type_traits": "c",
|
|
"random": "c",
|
|
"fstream": "c",
|
|
"initializer_list": "c",
|
|
"new": "c",
|
|
"stdexcept": "c",
|
|
"system_error": "c",
|
|
"thread": "c",
|
|
"ratio": "c",
|
|
"typeinfo": "c",
|
|
"utility": "c",
|
|
"sdkconfig.h": "c"
|
|
},
|
|
}
|