-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does plugin work with ssh-remote? #172
Comments
It does work with Remote-SSH; you need to install the extension on the remote machine (the extension marketplace should provide you with an option for the extension to be installed on the remote once you're connected). |
While saving file I am getting following type of error |
paisuhas: "install extension on remote machine" |
@bryand7 You have to install the extension while you are using remote - SSH. You do not need to manually install vscode on the remote linux server - that will just give you another installation of vscode that is totally unrelated to your remote SSH installation If you already have the extension installed locally on your windows computer, when you open your remote workspace, click on the extensions view. You will see there is a button for each locally installed extension, with the option to install on the remote server. p.s. my fork is being actively maintained |
I had installed Perforce on vscode before I configured Remote SSH and Perforce did not work - that was what my question was about. |
The important point is that each remote server you connect to has its own set of extensions installed, starting with no extensions at-all, even if you have installed them locally* - so whatever extensions you have installed locally, you have to install again while you are connected to the remote server - I've done this with lots of extensions without having to uninstall them first :) I did previously add a small section to the readme in my fork though it could probably be more decscriptive Regardless, glad it is working for you :) (*there are some certain exceptions to this like themes etc that are only applied locally) |
What the title says.
When I create a ssh-remote session, I only seem to have git as a SCM provider and can't find a way to tell code I'm using Perforce. Am I missing something obvious, something subtle, or is this know to not work?
If I open code on my Linux system, it figures out I'm using Perforce just fine.
The text was updated successfully, but these errors were encountered: