cmake-integration-vscode
cmake-integration-vscode copied to clipboard
CMake Server Interface for VSCode.
Hi, I saw [this closed issue](https://github.com/go2sh/cmake-integration-vscode/issues/9) and while informative, it is not complete or updated (I am sure your extension as well as microsoft's `cmake-tools` have been updated since that...
I am facing following issue with older GCC versions (in my case we are tied to an ARM cross compiler 4.7.3 unfortunately). It stops the output parsing after a certain...
My big project uses the `ExternalProject` CMake feature to download third-party libraries, e.g. spdlog, nlohmann json, imgui. Unfortunately all of their headers show up with IntelliSense squigglies despite compiling fine...
I had been using this for a while now with great success, but somewhere along the line it just stopped working. I uninstalled and reinstalled, but no love. I suspect...
Can you please provide a stop button for the build? This can be as simple as toggling the build button to a stop button. In addition, IMO it would be...
There's no `contributing.md` documenting how to get started in developing on this project. This makes it hard for potential contributors to see where to start.
I saw that the roadmap has CTest integration on it and I was wondering what would be the best route to take in terms of UX. CMake Tools had this...
# My problem One of the most vexing things about CMake Tools and the CMake integration of Big Brother VS as well is that it takes too much time to...
This extension somehow blanks out the $userHome environment variable (and possibly others). This prevents Cmake from being found. For example, a `settings.json` file containing the following will not work: `"cmake.cmakePath":...