Bob Brown

Results 271 comments of Bob Brown

Thanks. This confirms that CMake Tools is doing the right thing, but the debugger packaged with cpptools is failing.

Does cmake work when you run the configure command outside of VS Code? If the differentiating factor is the version of CMake, it's possible that you would need Kitware to...

Are you able to share a project that reproduces this problem? We have not encountered this before. I still think this should be on Kitware to fix so a report...

I think this might be related to #970 and #2586. Do you happen to have a large `compile_commands.json` file in your cmake cache folder?

I made some edits to the request for information above. In general, we don't have good support for MSYS2 right now. There are a number of issues tagged with the...

We do want the extension to warn users for the cases when they are not configured correctly, but I think we could potentially add a "Ignore this folder" button so...

That's a valid point. If we do add a button we should store the state in a setting.

It sounds like this would need to be a feature request. We currently support bringing in special environment variables via the `environmentSetupScript` property of Kits, but we don't currently have...

Have you tried using the `cmake.statusbar.visibility` and/or `cmake.statusbar.advanced` settings to configure the items in the status bar? We've also considered moving the items out of the status bar completely and...

Just to make sure we're talking about the same thing... When you say "toolchain" are you talking about CMake Toolchains, or are you referring to the compiler? We don't have...