go2sh / cmake-integration-vscode

CMake Server Interface for VSCode.
https://go2sh.github.io/cmake-integration-vscode/
Other
19 stars 11 forks source link

Insiders: Failed to start CMake(...): Failed to activate protocol version: "CMAKE_GENERATOR" #4

Closed atar-axis closed 5 years ago

atar-axis commented 5 years ago

Hi there, I installed the vscode-insiders version yesterday and unfortunately I am getting the following error message now:

Failed to start CMake(ff1_selfcheck): Failed to activate protocol version: "CMAKE_GENERATOR" is set but incompatible with configured generator value.

Is this a bug or a configuration problem?

similar problem found on the internetz: https://github.com/vector-of-bool/vscode-cmake-tools/issues/163

atar-axis commented 5 years ago

Btw, the problem is not showing up if I remove "cmake.generator": "Unix Makefiles"

atar-axis commented 5 years ago

Restart CMake Client (Clean) fixed it :grin:

go2sh commented 5 years ago

I need to write some more documentation.^^

atar-axis commented 5 years ago

It is in fact one of the pitfalls on your README, I would say it is my fault hence :grin: