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.
23 lines
706 B
23 lines
706 B
{
|
|
"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"
|
|
},
|
|
}
|