redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
57 stars 26 forks source link

Fixed multiple creation of output channels for server properties (#366) #369

Closed lstocchi closed 5 years ago

lstocchi commented 5 years ago

if fixes #366

codecov[bot] commented 5 years ago

Codecov Report

Merging #369 into master will decrease coverage by 0.24%. The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
- Coverage   53.24%   52.99%   -0.25%     
==========================================
  Files          13       13              
  Lines         879      885       +6     
  Branches      196      197       +1     
==========================================
+ Hits          468      469       +1     
- Misses        411      416       +5
Impacted Files Coverage Δ
src/extensionApi.ts 40.53% <14.28%> (-0.56%) :arrow_down:

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 b1fb604...d6e83af. Read the comment docs.

lstocchi commented 5 years ago

This can be closed due to the new UI. New PR can be found here https://github.com/redhat-developer/vscode-rsp-ui/pull/10