Bob Brown

Results 271 comments of Bob Brown

Yes, the extension does not activate automatically in that case. I'm surprised that VS Code would try to load our schema without loading our extension though. This may be a...

What encoding are you using? We only support UTF-8 right now. You can also change the encoding in VS Code by clicking the encoding label on the status bar: ![image](https://user-images.githubusercontent.com/12818240/147588611-2defd65c-4d1c-4c01-a207-5db83d8e4d87.png)

@andreeis can you share the repro for this? And also run `CMake: Log Diagnostics` and share it here.

Can you also share the `CMake: Log Diagnostics`? C/C++ has a command with a similar name, I'm looking for the CMake one.

More information on adding additional kits can be found here: https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/kits.md

@elahehrashedi this is ready for review now.

We have a setting available that you can use to control the behavior: `cmake.revealLog`. It has 3 values: "always", "never", and "focus". "always" should ensure that the log appears, but...

It looks like this setting does not have associated documentation. We should fix that. Renaming the setting to include the word "output" would break users who have already made changes...

Thanks for reporting this. Yes, we agree that there doesn't need to be a reconfiguration for multi-config generators.

Can you share an example where this isn't working for you? The code is essentially the same after that fix. We have validated that the `cmake.environment` is being used for...