rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
260 stars 33 forks source link

Add the ability to edit the listening address. #17

Closed aqtrans closed 7 years ago

aqtrans commented 7 years ago

This change allows configuring what address the rmate daemon will listen on, instead of just localhost. For my own use, setting remote.host to my desktop local IP gives me the ability to remotely edit files on all machines within my LAN without worrying about forwarding ports and such.

Note: the getLocalDirectoryName test fails for me, but I'm not sure if this is due to any changes I've done.

rafaelmaiolla commented 7 years ago

Changes seems fine. I will accept it and publish the new version later today.