123456789101112131415161718 |
- {
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "gnu11",
- "cppStandard": "gnu++14",
- "intelliSenseMode": "linux-gcc-arm64",
- "compileCommands": "${workspaceFolder}/build/compile_commands.json",
- "configurationProvider": "ms-vscode.cmake-tools"
- }
- ],
- "version": 4
- }
|