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
refactor: remove code that has only 1 consumer
BREAKING CHANGE: Anything that was only used by sourcegraph/sourcegraph was removed from this repository and moved there.
feat: remove experimentalClientCapabilities
These were not being used.
BREAKING CHANGE: Remove the experimentalClientCapabilities prop value. It was not used anyway.
feat: remove client settings
Client settings (eg settings stored in your browser extension) add complexity and are not worth supporting right now. This means that you must be authenticated to persist settings changes. We can mitigate most of the downsides of this and make it so unauthed users still can use most features of the default-enabled extensions by storing state in the live Web Worker process for unauthed users (such as whether a line decoration for code coverage should be shown).