| 12345678910111213141516171819 |
- {
- "configurations": [
- {
- "name": "ESP-IDF",
- "compilerPath": "${default}",
- "compileCommands": "${config:idf.buildPath}/compile_commands.json",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "browse": {
- "path": [
- "${workspaceFolder}"
- ],
- "limitSymbolsToIncludedHeaders": true
- }
- }
- ],
- "version": 4
- }
|