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.
45 lines
1.2 KiB
45 lines
1.2 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.autoGuessEncoding": true,
|
|
"files.associations": {
|
|
"string.h": "c",
|
|
"string_view": "c",
|
|
"regex": "c",
|
|
"*.tcc": "c",
|
|
"optional": "c",
|
|
"istream": "c",
|
|
"ostream": "c",
|
|
"ratio": "c",
|
|
"system_error": "c",
|
|
"array": "c",
|
|
"functional": "c",
|
|
"tuple": "c",
|
|
"type_traits": "c",
|
|
"utility": "c",
|
|
"uart_types.h": "c",
|
|
"esp_intr_alloc.h": "c",
|
|
"motor_drive.h": "c",
|
|
"stdint.h": "c",
|
|
"freertos.h": "c",
|
|
"bitset": "c",
|
|
"chrono": "c",
|
|
"algorithm": "c",
|
|
"port.h": "c",
|
|
"gpio.h": "c"
|
|
},
|
|
}
|