go2sh / cmake-integration-vscode

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

Does not work with cmake 3.15 #33

Closed barcharcraz closed 5 years ago

barcharcraz commented 5 years ago

cmake 3.15 removed the cmake server api and replaced it with the cmake file api (I have no real idea why)

go2sh commented 5 years ago

In the settings, you can choose between server and file api already. I'll add auto-detection in the next release.

barcharcraz commented 5 years ago

Consider updating the description of the plugin to mention that.

go2sh commented 5 years ago

I wasn't aware of the fact that they removed the server support. It is still part of the docs. :-_