vscodium: enable sticky scroll
This commit is contained in:
parent
b6d13cfa1d
commit
822239fbe0
|
@ -62,6 +62,7 @@
|
|||
"editor.fontLigatures" = true;
|
||||
"editor.accessibilitySupport" = false; # prevent asking
|
||||
"editor.cursorBlinking" = "phase";
|
||||
"editor.stickyScroll.enabled" = true;
|
||||
"workbench.editor.highlightModifiedTabs" = true;
|
||||
"window.autoDetectColorScheme" = true;
|
||||
"workbench.preferredDarkColorTheme" = "Default Dark Modern";
|
||||
|
|
Loading…
Reference in a new issue