|
- {
- "configurations": [
- {
- "name": "ARM",
- "compileCommands": "${workspaceRoot}/build/compile_commands.json",
- "intelliSenseMode": "clang-x64",
- "browse": {
- "path": [
- "${workspaceFolder}"
- ]
- },
- "cStandard": "c11",
- "cppStandard": "c++17",
- "configurationProvider": "ms-vscode.cmake-tools"
- }
- ],
- "version": 4
- }
|