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

DecorationAttachmentRenderingOptions.hoverMessage does not work in browser extension #107

Closed slimsag closed 6 years ago

slimsag commented 6 years ago

The code discussions extension provides a hoverMessage in all attachments it creates, but they only show up on Sourcegraph and not e.g. on GItHub with the browser extension.

https://github.com/sourcegraph/sourcegraph-extension-api/blob/master/src/sourcegraph.d.ts#L453-L454