cmake-integration-vscode icon indicating copy to clipboard operation
cmake-integration-vscode copied to clipboard

CMake Server Interface for VSCode.

Results 30 cmake-integration-vscode issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug
question

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...

bug
question

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...

enhancement

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...

enhancement

# 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...

enhancement

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":...