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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: