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
@emacksnotes Agree, I got the same problem, your code line fixes it.
It's over a year, maybe post a PR?
UPDATE:
I was wrong, the fix-code works only for some simple file such as a source not managed by ccls/lsp, for projects(compile_commands.json), it doesn't work.
Without the fix, In lsp-ui-imenu--visit and lsp-ui-imenu--view works without problem.
@jcs090218 I added an update, this fix will break those two functions.
But for a simple source file, lsp-ui-imenu--visit and lsp-ui-imenu--view functions should work too. It still needs update, just not simple (goto-char (overlay-start marker))
In
lsp-ui-imenu--visit
andlsp-ui-imenu--view
, replacewith
Without the above changes I get the following error
The text was updated successfully, but these errors were encountered: