rafaelmaiolla / remote-vscode

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

Opens files in sublime not VS Code #44

Closed whyisjacob closed 6 years ago

whyisjacob commented 6 years ago

So I had the textmate setup for Sublime and after following the directions above, when I type rcode [filemane] it opens the file in sublime over VS code

Is it possible to have both sublime and VS Code as an option or is it one or the other?

Else How would I be able to convert it to open VS Code instead of Sublime Text?

rafaelmaiolla commented 6 years ago

You need to use a different port number for VS Code, then both will work.

whyisjacob commented 6 years ago

Does the number matter? or will 52699 work?

To answer the question I was able to get it to work with port 52699

rafaelmaiolla commented 6 years ago

Can be any number, you just need to configure everything with the same number. VSCode SSH tunnel rcode

whyisjacob commented 6 years ago

Excellent, thanks! that seemed to work I appreciate your help and assistance on this issue @rafaelmaiolla