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
Other extensions you installed (and if the issue persists after disabling them):
If using SSH remote, specify OS of remote machine:
A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
With 1.13.2 I still happened that I was unable to cmd+click to a definition of a Core Foundation type (Apple SDK header).
There was no stuck flame.
After I restarted VSCode the issue fixed itself.
Is cmd+click issue related to the wordexp issue?
@H-G-Hristov That sounds like a different issue. If wordexp is stuck then all IntelliSense operations would be stuck and wordexp would be on a call stack. If only Go to Definition doesn't work that could be caused by something else. Are you able to provide more repro info or logging or a call stack? It sounds like it's random?
I have been experiencing this previously and I have expected that it will be fixed by: #9894
yet I have experienced it once with the latest extension preview. So I'll be observing and will try to give more details.
Steps to reproduce:
Open file
Attempt cmd+click on a Core Foundation type to inspect the declaration in the source file (maybe any other type)
Nothing happens (the text is not clickable)
Expected behavior
VSCode will open the system header and display the declaration.
Code sample and Logs
- none
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
If the language server is crashing, here is how to provide call stack logs.
Providing call stacks:
For bugs like crashes, deadlocks, infinite loops, etc. that we are not able to repro and for which the call stack may be useful, please attach a debugger and/or create a dmp and provide the call stacks. Windows binaries have symbols available in VS Code by setting your "symbolSearchPath" to "https://msdl.microsoft.com/download/symbols".
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I'm reporting to track:
#9688 (comment)
I have been experiencing this previously and I have expected that it will be fixed by:
#9894
yet I have experienced it once with the latest extension preview. So I'll be observing and will try to give more details.
Steps to reproduce:
Expected behavior
VSCode will open the system header and display the declaration.
Code sample and Logs
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: