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
lsp: Use filename path for current buffer for defns (#1732)
* lsp: Use filename path for current buffer for defns
There was a bug here where the defn would only work when the result was
another file. Now we use the same format of reference for the current
buffer as we use for other modules (a path rather than a URI)
Fixes#1700
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
* Add helper functions for relative path operations
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
---------
Signed-off-by: Charlie Egan <charlie_egan@apple.com>
0 commit comments