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
While playing with SourceKit-LSP when I execute LSP References action for some reason SourceKit-LSP hangs with references execution. In this case IJ freeze and there is no way to stop the find references (we need to kill IJ).
We should execute LSP references (and other actions like implementation ) in a Background task that user can cancel.
The text was updated successfully, but these errors were encountered:
While playing with SourceKit-LSP when I execute
LSP References action
for some reason SourceKit-LSP hangs with references execution. In this case IJ freeze and there is no way to stop the find references (we need to kill IJ).We should execute LSP references (and other actions like implementation ) in a Background task that user can cancel.
The text was updated successfully, but these errors were encountered: