Sean McManus

Results 1058 comments of Sean McManus

@shishirong Can you try setting C_Cpp.caseSensitiveFileSupport to "enabled"? That is supposed to work, unless there are bugs with it.

One existing way to "inherit" is to use the C_Cpp.default.* workspace folder settings for the settings you want to inherit and then each config can override the other ones.

It would be helpful to know if cpptools/cpptools-srv are in an idle state when the Rename is invoked and what the rename progress UI is showing (or the logging when...

@emanuel-engineer Your issue is unrelated. This issue is specifically with the Add include path code action that appears for missing symbols. Can you file a new issue with more repro...

@Feichtmeier I don't know a workaround.

The bug is inherited from VS. I've filed bug https://developercommunity.visualstudio.com/content/problem/718983/cc-designated-initializers-dont-appear-as-confirme.html . The reference is reported as "Not A Reference" in the Output pane. I'm not sure if "struct foo x...

@taihangg Just do a Find All References: ![image](https://user-images.githubusercontent.com/19859882/105253122-ac78f500-5b33-11eb-9a25-a5544c3be545.png) This issue is on the fact that the initializer is reported as "Not a Reference".

I can't test this until https://github.com/microsoft/vscode-cpptools-api/pull/64 is checked in.

Oh, it looks like the current version of cmake tools after v6 doesn't check the standard flags?

I need to test this still... UPDATE: It doesn't work. c++23 projects are still using c++latest for some reason -- looks like it's building with c++latest instead of c++23preview. CMake...