1.54ReflectiveLCDTest/.vscode/settings.json

24 lines
814 B
JSON
Raw Permalink Normal View History

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "c:\\esp\\v5.4.3\\esp-idf",
"idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
],
"idf.portWin": "COM10",
"idf.toolsPathWin": "C:\\Espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c3"
},
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-18.1.2_20240912\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=c:\\Users\\Kirl\\Documents\\st7305port\\build"
],
"commentTranslate.source": "intellsmi.comment-translate-ali.cloud",
2026-02-24 13:58:42 +08:00
"idf.flashType": "UART",
"idf.currentSetup": "C:\\esp\\v5.5.3\\esp-idf",
2026-02-24 13:58:42 +08:00
"idf.enableSizeTaskAfterBuildTask": false
}