Skip to content

Commit b949c41

Browse files
author
aiday-mar
committed
Changing naming and cleaning code
1 parent b570f22 commit b949c41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/editor/contrib/stickyScroll/browser/stickyScrollController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ registerAction2(class ToggleStickyScroll extends Action2 {
156156
},
157157
// Hardcoding due to import violation
158158
category: { value: localize('view', "View"), original: 'View' },
159-
f1: true,
160-
toggled: ContextKeyExpr.equals('config.editor.stickyScroll.enabled', true),
159+
toggled: ContextKeyExpr.equals('config.editor.experimental.stickyScroll.enabled', true),
161160
menu: [
162161
{ id: MenuId.CommandPalette },
163162
{ id: MenuId.MenubarViewMenu, group: '5_editor', order: 6 },

0 commit comments

Comments
 (0)