Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Tags: sourcegraph/sourcegraph-extension-api

Tags

v18.4.1

Toggle v18.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: error emitted from one hover provider would break other hover pr…

…oviders (#117)

v18.4.0

Toggle v18.4.0's commit message
feat: supply sourcegraphURL and clientApplication to extensions

In some cases, such as to work around sourcegraph/sourcegraph#566, it is useful for extensions to know the Sourcegraph URL and what kind of client application is running it.

v18.3.0

Toggle v18.3.0's commit message
feat: support themeable decorations (light vs. dark styles)

Decorations may now specify different styles for light vs. dark themes. The light/dark styles override the base styles when there is overlap.

v18.2.0

Toggle v18.2.0's commit message
feat: createPanelView API for extension panels with custom Markdown

Extensions can use the new `sourcegraph.app.createPanelView` API to add panels to the UI. These panels can contain Markdown.

v18.1.0

Toggle v18.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add search query transformer extensibility point (#95)

* adds a new search namespace
* adds query transformer extensibility point

v18.0.2

Toggle v18.0.2's commit message
fix: propagate stack traces

v18.0.1

Toggle v18.0.1's commit message
fix: suppress connection error when disabling an extension (#91)

v18.0.0

Toggle v18.0.0's commit message
refactor: remove unneeded Component, use visibleTextDocuments directly

This suffices for a while.

BREAKING CHANGE: The environment component has been removed; now you need to specify the visible text documents directly.

v17.1.0

Toggle v17.1.0's commit message
feat: remove sourcegraphURL from extension API

It was not used and is not necessary.

v17.0.0

Toggle v17.0.0's commit message
feat: sourcegraphURL for extensions, passing through init data