-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions: Find definition from libraries installed in container #21
Comments
and then it works. |
|
I have the same question. I try
The file path is known and correct within the container. Is there any way to open that file in an emacs buffer? Ideally it would still work with lsp-mode to facilitate further navigation. If that is not possible, could there be a way to open the buffer using Tramp? In my case, changing the file path from |
@zflat can you try installing docker-tramp package? |
Yes, that is the fix for handling the xref uri. However, I now have this issue: #29 I have a branch that I am using to test a fix. |
It seems like we are not able to jump to definitions where the source codes are installed as libraries in the docker container. For example, jump to native python libraries.
I'm not sure how to make this happen. So I tried to open emacs in the docker container with
emacslsp/lsp-docker-full
, then of course, we could jump to that definition.But I got another question. How to start emacs as gui from docker? There must some command line args that I don't know and I need to pass to enable gui...
So sum up the two question:
I have a minimal test repo over here which contains the minimal reproduce steps https://github.com/ztlevi/lsp-docker-test
The text was updated successfully, but these errors were encountered: