I have put the HelloWorld project that CMake fails on up on GitHub: https://github.com/paul-reilly/vs-msys2-mingw64-helloworld Part of the output showing the CMake error is in this issue: https://github.com/paul-reilly/vs-msys2-mingw64-helloworld/issues/1 In gener...
vscode 1.61.2 Portable, all extension are up to date This problem will not be easily reproduced because I'm using aportable version of MSYS2 and I'm not sure where you could find it. I'm also on a restricted environment. Everything works without cmake tools when using the commands : m...
I've already installed g++, gdb, and make via MSYS2. (See the first picture) However, when I click CMake: Configure in VS Code, I can't see the GCC compiler, but only what the last picture shows. According to the CMake Extension author's video below (at 1:06), I should be abl...