Skip to content
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

Extension does not behave correctly with remote files #7

Open
LadyCailin opened this issue Aug 30, 2019 · 2 comments
Open

Extension does not behave correctly with remote files #7

LadyCailin opened this issue Aug 30, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@LadyCailin
Copy link
Owner

When using https://code.visualstudio.com/docs/remote/ssh, the extension does not work. Need to investigate what the correct solution here is, to ensure both hover text and code completion works, as these both represent the two ways the extension gets information from the jar.

@LadyCailin
Copy link
Owner Author

@LadyCailin
Copy link
Owner Author

On a brief investigation, my initial suspicion is this: https://code.visualstudio.com/api/advanced-topics/remote-extensions#accessing-localhost This explains why hover text works (it uses stdio) and code completion does not (it uses tcp ports to localhost). The documentation mentions this in the context of webviews, not general socket connections, but this is a very promising avenue to investigate further.

@LadyCailin LadyCailin added the bug Something isn't working label Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant