1
I installed the Mingw and in the instutions there is the indication of: Make sure your Compiler Executable is in your Platform form path so the Extension can find it. How do?
Thank you, this is all new to me.
1
I installed the Mingw and in the instutions there is the indication of: Make sure your Compiler Executable is in your Platform form path so the Extension can find it. How do?
Thank you, this is all new to me.
1
The warning is asking you to put the compiler path you are using in your operating system’s PATH.
If using Windows, this location would be the "environment variables":
Under Search, search and select: System (Control Panel)
C:/mingw-w64/bin
The path will depend on the compiler you have chosen. On Windows, the Visual Studio Code documentation recommends mingw-W64 to work with C/C++ and on the link has more detailed instructions (in English) on this process with this compiler.
Browser other questions tagged visual-studio-code gcc mingw
You are not signed in. Login or sign up in order to post.