Sean McManus

Results 1058 comments of Sean McManus

The C++ version defaulting to C++17 instead of C++14 was a regression starting with 1.19.5. We have never supported IntelliSense without a std, but it looks like that is easy...

Oh, looks like the "root" (or 2nd) bug is that the save shouldn't fail and there's a problem canceling the code analysis when the willSaveWaitUntil is called.

Doing a successful save while code analysis is running might be a workaround though (not sure yet)...

This can repro (VS Code not sending a didSave) even if the save doesn't fail (i.e. a save of a non-dirty file).

Needs https://github.com/microsoft/vscode-cpptools-api/pull/64 to be checked in.

@wsun987 From your video, it appears that you may be selecting all the code in the document via quadruple click. Do you see any message or result when doing the...

@Rysm-x `${workspaceFolder}/**` in the includePath (recursive includes), still works -- that should be easy to verify. @wsun987 I didn't notice your message 3 weeks ago. It sounds like there could...

@wsun987 That is strange. The older version has tag parsing errors but a larger database -- normally I would expect the opposite. In the 1.26.3 log are those files that...

@pbrezina Go to def is working for me -- can you give specific steps, such as any configuration changes and which file/symbol you're invoking it on?

@pbrezina It works for me with 1.28.2. What do you get when you use `#sdap_service_init` in the command palette (for go to workspace symbol). The 1st should be the definition....