1234567891011121314151617181920 |
- {
- "configurations": [
- {
- "name": "Linux",
- "includePath": [
- "${workspaceFolder}/**",
- "${workspaceFolder}/include/*",
- "/usr/include/c++/8/x86_64-redhat-linux/32",
- "/usr/include/linux"
- ],
- "defines": [],
- "compilerPath": "/usr/bin/gcc",
- "cStandard": "c11",
- "cppStandard": "c++17",
- "intelliSenseMode": "gcc-x64",
- "configurationProvider": "go2sh.cmake-integration"
- }
- ],
- "version": 4
- }
|