{ "configurations": [ { "name": "linux-gcc-x64", "intelliSenseMode": "linux-gcc-x64", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "USE_MEM_VM", "x86_64", "_GNU_SOURCE", "LOG_TO_FILE" ], "cStandard": "${default}", "compilerPath": "/usr/bin/clang", "cppStandard": "${default}" } ], "version": 4 }