sourcegraph / sourcegraph-extension-api

Sourcegraph extension API: use and build extensions that enhance reading and reviewing code in your existing tools. "The extension API you wish your code host had."
44 stars 2 forks source link

fix: provide backcompat for extensions written before the root removal #54

Closed sqs closed 6 years ago

sqs commented 6 years ago

Also sends dynamic capabilities equivalent to the default static capabilities.

codecov[bot] commented 6 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.16%. The diff coverage is 61.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #54      +/-   ##
=========================================
- Coverage   78.67%   78.5%   -0.17%     
=========================================
  Files          74      74              
  Lines        2888    2894       +6     
  Branches      557     558       +1     
=========================================
  Hits         2272    2272              
- Misses        616     622       +6
Impacted Files Coverage Δ
src/client/features/decoration.ts 46.42% <45.45%> (-16.91%) :arrow_down:
src/client/client.ts 93.92% <75%> (-0.37%) :arrow_down:
src/extension/extension.ts 65.9% <83.33%> (+0.9%) :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 322d416...72387e5. Read the comment docs.

sourcegraph-bot commented 6 years ago

:tada: This PR is included in version 14.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: