Closed gh-salt closed 2 years ago
(lsp--path-to-uri (buffer-file-name))
returns path through symbolic link.
(funcall lsp-isar-file-name-follow-links (buffer-file-name))
too
(funcall lsp-isar-file-name-unfollow-links (buffer-file-name))
too
The function "follow" and "path-to-uri" should return the hard path.
Resolved by correcting the regexp of "follow"
The link following issue that we thought we had patched returned with the upgrade to 2021-1! It involves duplicate number of steps in proofs of the open file, and no update of decorations when moving the cursor (as opposed to when inserting text).