Skip to content

Commit e05324c

Browse files
authored
Swap auto scroll lock/unlock icons (microsoft#162264)
Fixes microsoft#162263
1 parent 197bfd9 commit e05324c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/output/browser/output.contribution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ registerAction2(class extends Action2 {
166166
group: 'navigation',
167167
order: 3,
168168
},
169-
icon: Codicon.unlock,
169+
icon: Codicon.lock,
170170
toggled: {
171171
condition: CONTEXT_OUTPUT_SCROLL_LOCK,
172-
icon: Codicon.lock,
172+
icon: Codicon.unlock,
173173
tooltip: nls.localize('outputScrollOn', "Turn Auto Scrolling On")
174174
}
175175
});

0 commit comments

Comments
 (0)