| 1234567891011121314151617 | {    "configurations": [        {            "name": "Linux",            "includePath": [                "${workspaceFolder}/**",                "/home/dt/app/qt/6.9.2/gcc_64/include/**"            ],            "defines": [],            "compilerPath": "/usr/bin/gcc",            "cStandard": "c17",            "cppStandard": "gnu++17",            "intelliSenseMode": "linux-gcc-x64"        }    ],    "version": 4}
 |