vscode-remote-workspace icon indicating copy to clipboard operation
vscode-remote-workspace copied to clipboard

searching and code navigation

Open ajcallegari opened this issue 6 years ago • 1 comments

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": {}

ajcallegari avatar Aug 08 '18 16:08 ajcallegari

Same problem here, connecting through FTP. Is there any plan to solve that issue?

g4b0 avatar Feb 27 '19 08:02 g4b0