Skip to content

Commit a1d4ad1

Browse files
authored
Description for sync scrolling (microsoft#209013)
command description
1 parent d70459b commit a1d4ad1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/workbench/contrib/scrollLocking/browser/scrollLocking.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,10 @@ export class SyncScroll extends Disposable implements IWorkbenchContribution {
184184
mnemonicTitle: localize({ key: 'miToggleLockedScrolling', comment: ['&& denotes a mnemonic'] }, "Locked Scrolling"),
185185
},
186186
category: Categories.View,
187-
f1: true
187+
f1: true,
188+
metadata: {
189+
description: localize('synchronizeScrolling', "Synchronize Scrolling Editors"),
190+
}
188191
});
189192
}
190193

0 commit comments

Comments
 (0)