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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Calling xref-find-definitions using M-. (goto definition) in Emacs will go to the second line of the file (import OtherComponent from "./OtherComponent";) instead of actually going to the file where OtherComponent is defined.
Trying the same thing with typescript-language-server will go to the file where OtherComponent is defined.
With the following code:
Calling
xref-find-definitions
usingM-.
(goto definition) in Emacs will go to the second line of the file (import OtherComponent from "./OtherComponent";
) instead of actually going to the file whereOtherComponent
is defined.Trying the same thing with typescript-language-server will go to the file where
OtherComponent
is defined.More details about this issue can be found here:
joaotavora/eglot#243
The text was updated successfully, but these errors were encountered: