{ "configurations": [ { "name": "windows-cygwin-gcc-x64", "includePath": [ "${workspaceFolder}/**" ], "compilerPath": "C:/cygwin64/bin/gcc.exe", "cStandard": "${default}", "cppStandard": "${default}", "intelliSenseMode": "linux-gcc-x64", "compilerArgs": [ "" ] } ], "version": 4 }