You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and Version: Red Hat Enterprise Linux 8.10 (Ootpa) - Linux x64 4.18.0-553.22.1.el8_10.x86_64
VS Code Version: Version: 1.96.3
C/C++ Extension Version: 1.23.5
If using SSH remote, specify OS of remote machine: N/A
Bug Summary and Steps to Reproduce
Bug Summary:
We have been using "Inline Macro" feature extensively for debugging our macros. Seems like it stop working recently!
Steps to reproduce:
The Source Action does not show the option to expand the macro:
I also used the keyboard shortcut CTRL+k, CTRL+i, but that does not do anything other than showing the bubble on top of the macro. I also could NOT find any command to do that in the Command Palette.
Expected behavior:
I expected the macro to be inlined/expanded as before.
@amal-khailtash It's working for me. Does it work for you with 1.22.11? Are you able to provide any more repro info? Does it repro in only certain files? Does it repro with the example below?
I downgraded to that version, but I still see this:
The "Loading..." message does not go away for a long time for me to see the Light Bulb. It eventually shows:
It works for this simple case. My macro is in different header files and it seems Intellisense "Loading..." message never terminates. Our code base is big, and I have excluded a number of directories and files. But I still experience this slowness and macros not working.
Environment
Red Hat Enterprise Linux 8.10 (Ootpa)
-Linux x64 4.18.0-553.22.1.el8_10.x86_64
1.96.3
1.23.5
N/A
Bug Summary and Steps to Reproduce
Bug Summary:
We have been using "Inline Macro" feature extensively for debugging our macros. Seems like it stop working recently!
Steps to reproduce:
The Source Action does not show the option to expand the macro:
I also used the keyboard shortcut
CTRL+k, CTRL+i
, but that does not do anything other than showing the bubble on top of the macro. I also could NOT find any command to do that in the Command Palette.Expected behavior:
I expected the macro to be inlined/expanded as before.
Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: