Merge pull request #307996 from yogeshwaran-c/feat/testing-scrollbar-indicators-failing-tests

Add scrollbar indicators for failing tests
This commit is contained in:
Yogeshwaran C
2026-04-06 21:38:13 +05:30
committed by GitHub
parent cf91b8fd29
commit 363cc80652

View File

@@ -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 = {