vscodium: enable sticky scroll

This commit is contained in:
Trolli Schmittlauch 2024-04-04 14:29:18 +02:00
parent b6d13cfa1d
commit 822239fbe0

View file

@ -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";