path not recognized as a file in vscode

Viewed 25
{
"configurations": [
    {
        "name": "Win32",
        "includePath": [
            "C:\\MinGW\\include"
        ],
        "defines": [
            "_DEBUG",
            "UNICODE",
            "_UNICODE"
        ],
        "cStandard": "c17",
        "cppStandard": "c++17",
        "intelliSenseMode": "gcc-x64",
        "compilerPath": "C:\\MinGW\\bin"  /*Here I get this message:"Path is not a file: C:\\\\MinGW\\\\bin"
    }
],
"version": 4

}

I just started vscode setup opened folder and this is the first message i get.

0 Answers
Related