1{ 2 "configurations": [ 3 { 4 "name": "ARM", 5 "compileCommands": "${workspaceRoot}/build/compile_commands.json", 6 "intelliSenseMode": "clang-x64", 7 "browse": { 8 "path": [ 9 "${workspaceFolder}" 10 ] 11 }, 12 "cStandard": "c11", 13 "cppStandard": "c++17", 14 "configurationProvider": "ms-vscode.cmake-tools" 15 } 16 ], 17 "version": 4 18}