Colen Garoutte-Carson
Colen Garoutte-Carson
Hi @mythemeria . Have you tried setting `editor.rename.enablePreview` to `false`? The C/C++ extension provides symbol locations (both semantic and syntactic/lexical) to VS Code, which it uses to populate the rename...
There's been a lot of work done on this feature recently. I think we can consider this particular issue completed.
Hi @luizfernandonb . I'm going to consider this a bug. I believe this did work at one time and may have regressed.
Note: This was moved from https://github.com/microsoft/vscode-cpptools/issues/11351#issuecomment-1697499243 , and the internal bug number is 1839628 (EDG).
Hi @mdeberts . Since this isn't happening for most people, can you tell us more about your remote machine? Is there anything about how it's configured that may be non-standard...
I suspect the issue has something to do with: https://github.com/nodejs/node/issues/41319#issuecomment-1001025128 https://github.com/webpack/webpack/issues/15584#issuecomment-1146566931 @mdeberts , @Thomasyse , @kvoronin , Can you confirm whether or not you have a memory limit set, and...
Closing as fixed.
Hi @samival . Thanks for reporting this. I can reproduce the issue. We'll investigate.
@gcampbell-msft There are other cases, such as `-iquote`, `-idirafter` and `-I-`. One approach might be to never pass these in the `includePath` field and instead pass them in as arguments,...
Hi @Evelyn-001 . To clarify, this issue is related to the "custom configuration" information provided by the CMake Tools extension, to the C/C++ Extension (which executes clang-tidy for code analysis)....