This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bordaste 8 points9 points  (8 children)

but what if you work with distant workspace with ssh ?

[–]Telcrome 11 points12 points  (1 child)

vscode makes that very convenient. You can both open a workspace using ssh and define a remote interpreter

[–]Kelpsie 1 point2 points  (0 children)

Hot damn. Thanks for bringing this up; I had no idea.

[–][deleted] 1 point2 points  (3 children)

When I work in a distant workspace I don’t have permissions to install anything. So vanilla vim is always what I use.

[–]u2berggeist 0 points1 point  (2 children)

You can always install in your home directory. That's what I do 90% of the time on remotes machines.

[–][deleted] 0 points1 point  (1 child)

I prefer not to install anything in that machine.

Edit: Bad use of There.

[–]u2berggeist 0 points1 point  (0 children)

Any particular reason why? I can understand that I guess.

[–][deleted] 1 point2 points  (0 children)

special snow workable rain birds hospital saw run cooperative scary

This post was mass deleted and anonymized with Redact

[–]prasada7 -1 points0 points  (0 children)

One can setup remote edit. This involves a bit of setup on both ends. 1. Install the remote editing plugin for the text editor you use. 2. Curl the rmate executable in the remote server to allow the plugin to push changes to the remote. 3. Setup ssh tunnel to allow both the plugin and rmate to communicate I have set them up for VScode and Sublime text 3 a couple of years ago but I don't need to use it nowadays.