{ "configurations": [ { "name": "windows-gcc-x64", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.22000.0", "cStandard": "${default}", "cppStandard": "${default}", "intelliSenseMode": "windows-gcc-x64", "configurationProvider": "ms-vscode.makefile-tools", "compilerPath": "C:/TDM-GCC-64/bin/gcc.exe" } ], "version": 4 }