bakalarka/.vscode/settings.json

21 lines
537 B
JSON
Raw Normal View History

2020-03-20 17:10:38 +00:00
{
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
"files.associations": {
"linenoise.h": "c",
"esp_log.h": "c",
"condition_variable": "c",
"future": "c",
"*.ipp": "c",
"*.inc": "c",
"cmd_decl.h": "c",
"wifi.h": "c",
"esp_wifi.h": "c",
"ca.h": "c",
"esp_event.h": "c",
"freertos.h": "c",
"https_server.h": "c",
"esp_https_server.h": "c",
2020-03-21 19:55:47 +00:00
"esp_console.h": "c",
"file.h": "c"
2020-03-20 17:10:38 +00:00
}
}