open-build-service-connector icon indicating copy to clipboard operation
open-build-service-connector copied to clipboard

Better support for remote development

Open dcermak opened this issue 4 years ago • 3 comments
trafficstars

dcermak avatar Mar 19 '21 11:03 dcermak

Codecov Report

Merging #39 (8f88d8b) into master (91f48bf) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   49.20%   49.21%   +0.01%     
==========================================
  Files          24       24              
  Lines        3073     3074       +1     
  Branches      781      781              
==========================================
+ Hits         1512     1513       +1     
  Misses       1440     1440              
  Partials      121      121              
Impacted Files Coverage Δ
src/accounts.ts 75.92% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91f48bf...8f88d8b. Read the comment docs.

codecov-io avatar Mar 19 '21 11:03 codecov-io

@AdamMajer Could you download this vsix: https://github.com/SUSE/open-build-service-connector/suites/2296815696/artifacts/48131261, unzip it, install it in vscode and give it a try whether it improves #22?

dcermak avatar Mar 19 '21 11:03 dcermak

It looks like it works now. The accounts are imported successfully via remote SSH session, though it looks a little funny. Both OBS and IBS are empty but OBS only has the extra icons.

image

Sorry for the late reply.

AdamMajer avatar Jun 01 '21 11:06 AdamMajer