Simulator_Test/.vscode/settings.json

21 lines
811 B
JSON
Raw Permalink Normal View History

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "d:\\ESP_IDF\\v5.5.1\\esp-idf",
"idf.toolsPathWin": "e:\\QX_Tech\\ESP32_Test",
"idf.pythonInstallPath": "e:\\QX_Tech\\ESP32_Test\\tools\\idf-python\\3.11.2\\python.exe",
"idf.flashType": "UART",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.portWin": "COM11",
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"clangd.path": "e:\\QX_Tech\\ESP32_Test\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=e:\\QX_Tech\\ESP32_Test\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
"--compile-commands-dir=e:\\QX_Tech\\Simulator\\ESP32_TEST\\signal_generator\\build"
]
}