vscode-remote-workspace
vscode-remote-workspace copied to clipboard
searching and code navigation
I was able to view and edit my files using Remote Workspace but was not able to search the workspace for text ("no results found") or use the code navigation feature "go to definition." Are these yet to be implemented or is there likely a problem with my configuration? Thanks for any info.
NB. The project was transferred from a local directory, where these functions were working fine, to a ubuntu AWS server using rsync -a, so the only variable should be the location of the project on a remote server.
Here's the contents from my .code-workspace file:
{ "folders": [{ "uri": "sftp://[email protected]/home/me/project1/?key=/Volumes/ssh-keys/id_rsa", "name": "project1" } ], "settings": {}
Same problem here, connecting through FTP. Is there any plan to solve that issue?