QOL changes to remove squiggle lines everywhere because of a bad clangd config

This commit is contained in:
2026-04-01 22:10:40 -04:00
parent 04264ef8e1
commit bf91dc1af6
3 changed files with 3 additions and 14 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"folders": [
{
"path": "."
},
{
"path": "../components"
}
],
"settings": {}
}
+1 -2
View File
@@ -1,6 +1,5 @@
idf_component_register(SRCS "main.cpp" "provider.cpp"
PRIV_REQUIRES driver nvs_flash
esp_event esp_timer
led network http_client mdns
epd
led network http_client mdns epd
INCLUDE_DIRS ".")
+2 -1
View File
@@ -11,10 +11,11 @@
}
],
"settings": {
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=w:\\Classified\\Calendink\\Provider\\build"
"--path-mappings=C:/Dev/Classified/Calendink=W:/Classified/Calendink,c:/Dev/Classified/Calendink=w:/Classified/Calendink,C:\\Dev\\Classified\\Calendink=W:\\Classified\\Calendink,c:\\Dev\\Classified\\Calendink=w:\\Classified\\Calendink"
]
}
}