This repository was archived by the owner on Nov 6, 2018. It is now read-only.
Tags: sourcegraph/sourcegraph-extension-api
Toggle v18.4.1's commit message
fix: error emitted from one hover provider would break other hover pr…
…oviders (#117)
Toggle v18.4.0's commit message
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.
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.
Toggle v18.1.0's commit message
feat: add search query transformer extensibility point (#95)
* adds a new search namespace
* adds query transformer extensibility point
Toggle v18.0.2's commit message
fix: propagate stack traces
Toggle v18.0.1's commit message
fix: suppress connection error when disabling an extension (#91)
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.
Toggle v17.1.0's commit message
feat: remove sourcegraphURL from extension API
It was not used and is not necessary.
Toggle v17.0.0's commit message
feat: sourcegraphURL for extensions, passing through init data