Created by: taras-yemets
Second iteration on https://github.com/sourcegraph/sourcegraph/issues/38377 (first https://github.com/sourcegraph/sourcegraph/pull/39133)
Loom (see also this comment)
ColumnDecorator
component to be git-blame-specific (and rename it to BlameColumn
).BlameDecoration
into a separate file. It's used by both blob editors (viewers): Monaco and CodeMirror.TextDocumentDecoration
interface to BlameHunk
interface. Wo no longer treat blame decorations as extensions decorations so there's no need to implement the same interface.sg start web-standalone
enableCodeMirrorFileView
experimental feature in user settings)enableLegacyExtensions
experimental feature is enabled in sit configCheck out the client app preview documentation to learn more.