You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
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.
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.
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.
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.