Bob Brown

Results 271 comments of Bob Brown

> Is `CMT_MINGW_PATH` appended to the configuration environment only? > Or is it also used for the Debug and Run environment? Looking at the code, it should be merged into...

What about CMakeUserPresets.json that has two entries that inherit a base preset from CMakePresets.json and set the environment differently in each one? The user presets file is meant for such...

What version of VS Code are you using? They recently fixed a bug that caused CMake Tools to activate in workspaces that we didn't want it to activate in.

Ok. Then the extension must be activating for some other reason. Can you run the `Developer: Startup Performance` command and paste the result here? It's also possible some other extension...

I don't see CMake Tools or the C/C++ extension in that list. Did you run it in a workspace where that message appeared for you?

Ah, so this is a multi-root workspace. We can take a look. I had thought that the C/C++ extension stopped popping that UI in most cases now, but it's possible...

Are you using the Remote - WSL extension for VS Code to open your WSL workspace? If you do that, the ${workspaceFolder} should show as the native path, like `/home/bob/my_project`...

I think it would be safe to keep leading double slashes only if the platform is Windows. Keeping them on other platforms could break the contract of normalization. Would you...

I believe the problem is here. https://github.com/microsoft/vscode-cmake-tools/blob/89b9ec8b12ee6d6138cc8865b14e6d0f0ae37d02/src/cpptools.ts#L507 We'll take a look.

We've been seeing spurious reports of schemas not being found (I've experienced it before as well, but not consistently for us to be able to debug it yet). #2135 refers...