fig
fig copied to clipboard
VSCode Remote
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.
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.
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
Hi! Could we start working on a solution for this?
Related to #2656