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
I'm seeing a potentially related issue in C/C++ code where the function declaration is split across multiple lines. Given the following code snippet:
static void
foo( ... a long list
... of args)
{
do_something();
}
I would expect to see foo( ... as the stickied label but instead I see static void. I'm not sure how/if multiple argument lines would be dealt with; probably just ellipses them away for now?
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Testing #156175
I'm not sure if this a problem on vscode's side or pylance's side so here's also the extensions versions:
1.70.0
v2022.12.0
v2022.8.10
The text was updated successfully, but these errors were encountered: