tanhakabir

Results 116 comments of tanhakabir

Hm and when you connect to this same host through PowerShell do you see your command in RemoteCommand being passed as expected?

Oh I missed this earlier. I see in your logs you have `[11:47:37.915] "remote.SSH.useLocalServer": false` You need to have `useLocalServer` enabled to use RemoteCommand. That's why you see in the...

Try setting "remote.SSH.remoteServerListenOnSocket" to false. They can't work in conjunction.

Oh I see, hm that's unfortunate. Right now we can only support RemoteCommand when local server is enabled but for some machines that method doesn't work and `remoteServerListenOnSocket` is needed...

Sorry about that! Do you need RemoteCommand to run/compile your code?

> use Jupyter notebook & port-forwarding to test small code Is this done locally on your machine or on a remote machine? I believe everything you do locally should be...

Ahh I see. Thanks for explaining! Sorry about that! I'll explore alternatives to localServer with remoteListenOnSocket is needed.

Hello! Thanks for the feedback! > could offer users an ability to run code-server as a daemon/background process Yes this is a great idea and planned for the upcoming iteration!...

Reopening this PR just for visibility!