fig icon indicating copy to clipboard operation
fig copied to clipboard

VSCode Remote

Open brendanfalk opened this issue 4 years ago • 4 comments

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 avatar Jun 05 '21 06:06 brendanfalk

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 avatar Jun 05 '21 06:06 brendanfalk

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

brendanfalk avatar Oct 07 '21 23:10 brendanfalk

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

ConnorDoesDev avatar Nov 05 '21 14:11 ConnorDoesDev

Related to #2656

oskar-gmerek avatar Feb 13 '24 23:02 oskar-gmerek