20 lines
539 B
JSON
20 lines
539 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "c:\\toolchain\\esp32\\v5.4\\esp-idf",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.portWin": "COM5",
|
|
"idf.toolsPathWin": "c:\\toolchain\\esp32\\tools",
|
|
"idf.flashType": "UART",
|
|
"files.associations": {
|
|
"*.config": "ini",
|
|
"freertos.h": "c",
|
|
"esp_system.h": "c",
|
|
"esp_flash.h": "c",
|
|
"array": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"span": "cpp"
|
|
}
|
|
}
|