rafaelmaiolla / remote-vscode

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

how to use rmate in different clients with a server #71

Closed Student-HXJ closed 5 years ago

Student-HXJ commented 5 years ago

This is my problem: I remote the server with default configuration while my friend also remote the same server(we are different users), I am the first login in the server and I can rmate file in my vscode, when my friend rmate his file then the file unfold on my computer. That’s wield, how can I rmate my file on my computer while my friend rmate his file on his computer and how can I set the configuration?

rafaelmaiolla commented 5 years ago

That is happening because both of you are using the same port.

Student-HXJ commented 5 years ago

And excuse me , how could I solve this problem , should I set the port in the configuration which is after localhost or -R, or all these port?

rafaelmaiolla commented 5 years ago

To avoid any issue, is just easier to change all ports to a new one.

Student-HXJ commented 5 years ago

Thank you very much! I have already solved my problem with changing all the ports where it exists.