withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.05k stars 58 forks source link

VSCode Remote #120

Open brendanfalk opened 3 years ago

brendanfalk commented 3 years ago

Summary: Autocomplete does not appear when using VSCode remote

Steps to Reproduce: Running code --remote ssh-remote+myserver and replacing myserver with the server name in your config or the full host name

Expected Results: Autocomplete suggestions should appear as they normally do in SSH

Actual Results: They don't appear or it shows the "Hit enter to get context" suggestion which does not work on a remote machine.

brendanfalk commented 3 years ago

Another note from a user:

To setup, I connect to the server with the remote ssh part of the Remote Dev package on VSCode, then it usually opens an entirely new window and I open a terminal from that window to start.

brendanfalk commented 2 years ago

Note from the ever helpful Daniel at VSCode:

vscode remote will spawn a local shell on the remote machine and use vscode's ssh protocol to communicate between them, so you would need to launch whatever fig does on the remote machine, which you may be able to do with a workspace extension as that would run on the remote machine, not the local machine

ConnorDoesDev commented 2 years ago

Hi! Could we start working on a solution for this?

oskar-gmerek commented 6 months ago

Related to #2656