Skip to content

Unable to resolve configuration for cygwin64 #6902

Description

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:

image

image

Metadata

Metadata

Labels

Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.regressionA bug that didn't exist in a previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions