Since the latest update i recieve the error/warning about the compiler path for gcc on cygwin64.
[4.2.2021, 08:25:46] Unable to resolve configuration with compilerPath "C:/cygwin64/bin/gcc.exe"
The compiler is correctly installed and works as expected.
Settings:
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:/cygwin64/bin/gcc.exe",
"intelliSenseMode": "windows-gcc-x64"
}
],
"version": 4
}
When i downgrade the extension back to 1.1.3 everything works again.
Software versions:


Since the latest update i recieve the error/warning about the compiler path for gcc on cygwin64.
The compiler is correctly installed and works as expected.
Settings:
{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:/cygwin64/bin/gcc.exe", "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }When i downgrade the extension back to 1.1.3 everything works again.
Software versions: