19 lines
567 B
JSON
19 lines
567 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.extensionActivationMode": "always",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.portWin": "COM1",
|
|
"idf.currentSetup": "D:/Espressif/frameworks/esp-idf-v5.5.2/",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"clangd.path": "D:\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=c:\\Users\\Administrator\\Desktop\\sample_project\\build"
|
|
]
|
|
}
|