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
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -776,6 +776,7 @@ define({
776
776
"FONT_SIZE": "Font Size",
777
777
"FONT_FAMILY": "Font Family",
778
778
"FONT_LINE_HEIGHT": "Line Height",
779
+
"SCROLL_SENSITIVITY": "Scroll Sensitivity",
779
780
"THEMES_SETTINGS": "Themes Settings",
780
781
"THEMES_ERROR": "Themes Error",
781
782
"THEMES_ERROR_CANNOT_APPLY": "Could not apply theme due to an error.",
@@ -1117,6 +1118,7 @@ define({
1117
1118
"DESCRIPTION_PATH": "Path specific settings",
1118
1119
"DESCRIPTION_PROXY": "The URL of the proxy server used for extension installation",
1119
1120
"DESCRIPTION_SCROLL_PAST_END": "true to enable scrolling beyond the end of the document",
1121
+
"DESCRIPTION_MOUSE_WHEEL_SCROLL_SENSITIVITY": "Multiplier for mouse wheel scroll speed (0.1 to 10, default 1). Adjust if scrolling feels too slow or fast.",
1120
1122
"DESCRIPTION_SHOW_CODE_HINTS": "false to disable all code hints",
1121
1123
"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING": "Keeps the blinking cursor visible when you have a text selection",
1122
1124
"DESCRIPTION_SHOW_LINE_NUMBERS": "true to show line numbers in a “gutter” to the left of the code",
0 commit comments