domotic/.vscode/settings.json
2024-07-31 22:13:10 +02:00

33 lines
808 B
JSON

{
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.flashType": "UART",
"idf.portWin": "COM12",
"files.associations": {
"string_view": "c",
"regex": "c",
"bitset": "c",
"chrono": "c",
"random": "c",
"limits": "c",
"string": "c",
"format": "c",
"*.tcc": "c",
"ctime": "c",
"iomanip": "c",
"task.h": "c",
"semaphore": "c",
"typeinfo": "c",
"freertos.h": "c",
"esp_err.h": "c",
"esp_lcd_panel_rgb.h": "c",
"esp_lcd_touch_gt911.h": "c",
"esp_lcd_panel_io.h": "c",
"esp_check.h": "c",
"compare": "c",
"cstdint": "c"
},
"search.useIgnoreFiles": false
}