| 12345678910111213141516 |
- {
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${default}",
- "/usr/include/freetype2"
- ],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "gnu17",
- "cppStandard": "gnu++14",
- "intelliSenseMode": "linux-gcc-arm64"
- }
- ],
- "version": 4
- }
|