We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197bfd9 commit e05324cCopy full SHA for e05324c
src/vs/workbench/contrib/output/browser/output.contribution.ts
@@ -166,10 +166,10 @@ registerAction2(class extends Action2 {
166
group: 'navigation',
167
order: 3,
168
},
169
- icon: Codicon.unlock,
+ icon: Codicon.lock,
170
toggled: {
171
condition: CONTEXT_OUTPUT_SCROLL_LOCK,
172
- icon: Codicon.lock,
+ icon: Codicon.unlock,
173
tooltip: nls.localize('outputScrollOn', "Turn Auto Scrolling On")
174
}
175
});
0 commit comments