mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 17:28:52 -05:00
Merge pull request #307996 from yogeshwaran-c/feat/testing-scrollbar-indicators-failing-tests
Add scrollbar indicators for failing tests
This commit is contained in:
@@ -770,6 +770,7 @@ const createRunTestDecoration = (
|
||||
glyphMarginClassName: `${ThemeIcon.asClassName(primaryIcon)} ${glyphMarginClassName}`,
|
||||
stickiness: TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges,
|
||||
zIndex: 10000,
|
||||
overviewRuler: isFailedState(computedState) ? { color: themeColorFromId(overviewRulerError), position: OverviewRulerLane.Center } : undefined,
|
||||
};
|
||||
|
||||
const alternateOptions: IModelDecorationOptions = {
|
||||
|
||||
Reference in New Issue
Block a user