go2sh / cmake-integration-vscode

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

Failed to configure project: Unexpected end of JSON input #62

Closed tambry closed 4 years ago

tambry commented 4 years ago

I'm using CMake 3.17 compiled from source on 2020-01-28 and am seeing this error on a Debian Unstable machine with VSC 1.41.1 when SSH remoting from a Windows machine.
It was working before upgrading CMake. I believe this might be a regression since 2019-12-24 because that was the previous version I compiled from source.

Are there any steps I could take to easily debug this issue?

tambry commented 4 years ago

Caused by https://gitlab.kitware.com/cmake/cmake/issues/20247 and fixed in master now.