ledstick/.vscode/settings.json
Patrick Moessler fc4005cc49 v2
2025-02-24 00:29:15 +01:00

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"
}
}