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
constresolvedCommentViewIcon=registerColor('commentsView.resolvedIcon',{dark: disabledForeground,light: disabledForeground,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('resolvedCommentBorder','Color of borders and arrow for resolved comments.'));
13
-
constunresolvedCommentViewIcon=registerColor('commentsView.unresolvedIcon',{dark: listFocusOutline,light: listFocusOutline,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('unresolvedCommentBorder','Color of borders and arrow for unresolved comments.'));
12
+
constresolvedCommentViewIcon=registerColor('commentsView.resolvedIcon',{dark: disabledForeground,light: disabledForeground,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('resolvedCommentIcon','Icon color for resolved comments.'));
13
+
constunresolvedCommentViewIcon=registerColor('commentsView.unresolvedIcon',{dark: listFocusOutline,light: listFocusOutline,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('unresolvedCommentIcon','Icon color for unresolved comments.'));
14
14
15
15
constresolvedCommentBorder=registerColor('editorCommentsWidget.resolvedBorder',{dark: resolvedCommentViewIcon,light: resolvedCommentViewIcon,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('resolvedCommentBorder','Color of borders and arrow for resolved comments.'));
16
16
constunresolvedCommentBorder=registerColor('editorCommentsWidget.unresolvedBorder',{dark: unresolvedCommentViewIcon,light: unresolvedCommentViewIcon,hcDark: contrastBorder,hcLight: contrastBorder},nls.localize('unresolvedCommentBorder','Color of borders and arrow for unresolved comments.'));
0 commit comments