{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/../common", "${workspaceFolder}/**" ], "defines": [ "_SERVER" ], "cStandard": "c11", "cppStandard": "gnu++14", "intelliSenseMode": "linux-gcc-x64", "compilerPath": "/usr/bin/gcc" } ], "version": 4 }