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

feat: pass along experimental client capabilities #29

Closed chrismwendt closed 6 years ago

chrismwendt commented 6 years ago

This will be useful for passing the .api/xlang endpoint to the cx-langserver-http extension.

codecov[bot] commented 6 years ago

Codecov Report

Merging #29 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   75.13%   75.14%   +<.01%     
==========================================
  Files          93       93              
  Lines        3222     3223       +1     
  Branches      587      588       +1     
==========================================
+ Hits         2421     2422       +1     
  Misses        799      799              
  Partials        2        2
Impacted Files Coverage Δ
src/environment/controller.ts 77.39% <ø> (ø) :arrow_up:
src/client/client.ts 93.98% <100%> (+0.02%) :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 b335a0f...119c7a8. Read the comment docs.

sourcegraph-bot commented 6 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: