QOL changes to remove squiggle lines everywhere because of a bad clangd config
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../components"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -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 ".")
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user