maddouri / vscode-cmake-tools-helper

VSCode extension that enables cpptools to automatically know the information parsed by CMake Tools (e.g. include directories and defines)
https://marketplace.visualstudio.com/items?itemName=maddouri.cmake-tools-helper
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Added twxs.cmake as dependency #6

Closed sebakri closed 7 years ago

sebakri commented 7 years ago

This is necessary because cmake-tools no longer supports the setting "cmake.cmakePath". The reason is that the same setting is already provided by the extension "twxs.cmake". Currently, both authors are considering whether they want to merge their extensions. As long as this does not happen, you should add this extension to your dependencies.

By the way, changing the version of cmake doesn't work without this dependency :-)

maddouri commented 7 years ago

Good job. Thanks! (If I'm not mistaken, this is a consequence of closing https://github.com/vector-of-bool/vscode-cmake-tools/pull/211)

I'll merge and publish as soon as possible ;)

sebakri commented 7 years ago

Good job. Thanks! (If I'm not mistaken, this is a consequence of closing vector-of-bool/vscode-cmake-tools#211)

Yep, you're right :)

Thx, but I think you don't have to hurry. It seems I'm the only person who didn't installed already this dependency ;)

maddouri commented 7 years ago

No problem ;)

Feel free to contribute new PRs if you notice something new concerning cmake.cmakePath. (or anything that makes life easier for CMake/C++ users ^^ ) I'll do my best to integrate it as soon as I have some free time.