37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "C:\\Users\\mickl\\esp\\v5.5\\esp-idf",
|
|
"idf.pythonInstallPath": "C:\\Users\\mickl\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.portWin": "COM5",
|
|
"idf.toolsPathWin": "C:\\Users\\mickl\\.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"clangd.path": "C:\\Users\\mickl\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=C:\\Users\\mickl\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
|
|
"--compile-commands-dir=${workspaceFolder}\\build"
|
|
],
|
|
"idf.flashType": "UART",
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"chrono": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"vector": "cpp",
|
|
"string_view": "cpp",
|
|
"format": "cpp",
|
|
"initializer_list": "cpp",
|
|
"span": "cpp",
|
|
"text_encoding": "cpp",
|
|
"regex": "cpp"
|
|
}
|
|
}
|