chausner

Results 89 comments of chausner

> [cmake] Incorrect 'Visual Studio'. Toolset specifies compiler as 'MSVC' but CMake [cmake] detected 'Clang' This error very likely stems from the fact that the Conan profile you used with...

Hmm, can't reproduce the problem on my WSL2 instance running Ubuntu 22.04.

@bobbrow Looks like this issue has already been addressed in https://github.com/microsoft/vscode-cmake-tools/pull/1497.

> In [kit.ts](https://github.com/microsoft/vscode-cmake-tools/blob/develop/src/kit.ts), function tryCreateNewVCEnvironment, majorVersion may need to be 14 instead of 15. > According to [CMake toolset keyword documentation](https://cmake.org/cmake/help/latest/variable/CMAKE_GENERATOR_TOOLSET.html), "toolset" should be supported starting with VS 2010. VS...

I tried to reproduce this issue by creating a new CMake Project using Visual Studio 2022. It created `CMakePresets.json` with UTF-8 with BOM encoding which I could load successfully in...

Okay, it seems the BOM was likely the cause and support for it has already been added in https://github.com/microsoft/vscode-cmake-tools/issues/2396 which is why I haven't been able to reproduce the problem...

I am running into the same or a very similar error. Using Ubuntu with gcc, the CMake project uses a toolchain generated by Conan. I also am using CMake presets....

[WiXToolset](https://github.com/microsoft/winget-pkgs/pull/895) requires the .NET Framework 3.5 Windows feature to be enabled. It is yet another type of external dependency.

If there is any way I can get more detailed error logs, please let me know.

> Is there at least a workaround? For example how to install the "Snooty language server" manually and check that it is working? > > I have the same problem....