From 73224da758edcbd30feb13cd4c4fe4bbb300af08 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Tue, 7 Oct 2025 17:54:26 -0400 Subject: refactor: disable sticky scroll --- .config/Code/User/settings.json | 1 + 1 file changed, 1 insertion(+) (limited to '.config/Code/User') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 4767284..2c914d9 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -117,6 +117,7 @@ "editor.showDeprecated": false, "editor.showUnused": false, "editor.smoothScrolling": false, + "editor.stickyScroll.enabled": false, "editor.suggest.filterGraceful": true, "editor.suggest.insertMode": "replace", "editor.suggestOnTriggerCharacters": true, -- cgit v1.2.3