coder / sshcode

Run VS Code on any server over SSH.
MIT License
5.74k stars 216 forks source link

Unable to Reload Extension on Remote Server #170

Open vasudev-sharma opened 4 years ago

vasudev-sharma commented 4 years ago

Hi, I am facing a problem when using sshcode ; when try to reload an installed extension it doesn't work. For example for my case, I am trying to reload Pythonextension for my project but unfortunately, it doesn't work. However, this seems to not an issue when working with the code server. Any probable quickfix for it ?

Here is the screenshot of the Python extension I am trying to relaod.

Screenshot 2020-03-26 at 5 23 45 PM

SYSTEM SPECIFICATIONS OS: Mac OS Remote Server : Ubuntu 16.04

Merith-TK commented 4 years ago

I would reccomend installing the "Reload" extension, it basically adds a button in the bottom right that reloads. Or you can Refresh the page (CTRL/CMD+R?), does the same thing

try that

vasudev-sharma commented 4 years ago

Actually, I tried these options suggested by you a couple of times but they didn't work. But now for some reason, it did work, I had to restart my remote server and local machine. Sorry for opening a naive issue.

Merith-TK commented 4 years ago

No worries, if you can share logs it may be able to help the devs figure out why it happened for you in the first place.

Merith-TK commented 4 years ago

Any luck?>

vasudev-sharma commented 4 years ago

Yes, it's working good. Sorry, I don't have the logs for this issue ( I didn't save the logs as my problem got solved afterwards). But if in future I get the same issue, I will share the logs. Thanks for helping out.

vasudev-sharma commented 4 years ago

I again encountered this problem. Whenever, I used the don't use theskipsync flag, while launching vscode, I face this problem (however note - the extension which I am trying to reload is already an installed one). But if I use skipsync flag, the problem get's resolved.

Unfortunately, I don't see any logs of this issue on my local machine. Is there a way, I could see the logs and share them here ?

Merith-TK commented 4 years ago

Can you give the ENTIRE terminal output from sshcode?

jeffstahlnecker commented 4 years ago

I'm also unable to reload extensions. I uninstalled them. When attempting to reinstall them they are unable to be installed because they no longer work on the version used by sshcode. Code-server works. When will sshcode update?

vasudev-sharma commented 4 years ago

@stahldom , I guess this issue is related to #135.