| 1234567891011121314 |
- {
- "configurations": [
- {
- "name": "main",
- "compilerPath": "@UFBT_TOOLCHAIN_GCC@",
- "intelliSenseMode": "gcc-arm",
- "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json",
- "configurationProvider": "ms-vscode.cpptools",
- "cStandard": "gnu17",
- "cppStandard": "c++17"
- },
- ],
- "version": 4
- }
|