SUSE / open-build-service-connector

Visual Studio Code extension for integration with the Open Build Service
MIT License
30 stars 2 forks source link

Support remote sessions via ms-vscode-remote.remote-ssh #22

Open AdamMajer opened 3 years ago

AdamMajer commented 3 years ago

Using the Microsoft plugin for remote sessions, the OBS connector does not find the .oscrc file for import. It seems it keeps looking in the local directory instead.

dcermak commented 3 years ago

Just for clarification: you are using the remote-ssh extension and at which point shall the extension import your accounts from the remote machine? Before you connect to the remote machine or afterwards?

AdamMajer commented 3 years ago

On Fri, Mar 19, 2021 at 03:40:20AM -0700, Dan Čermák wrote:

Just for clarification: you are using the remote-ssh extension and at which point shall the extension import your accounts from the remote machine? Before you connect to the remote machine or afterwards?

Clearly after the connection is made. The OBS extension is only enabled on remote anyway. If it's enabled on remote only and not on local machine, my surprise is that it would even be able to look on a local machine.

There is even a button 'import accounts from osc', which I assume is when it looks for the .oscrc

I haven't looked at the inside workings of VSCode so I really can't provide much insight here.