aboutsummaryrefslogtreecommitdiff
path: root/.config/Code
diff options
context:
space:
mode:
authorkj_sh6042025-10-07 17:54:26 -0400
committerkj_sh6042025-10-07 17:54:26 -0400
commit73224da758edcbd30feb13cd4c4fe4bbb300af08 (patch)
treed729ef9a3e038c94e78ce1eb6362d6b445f97b09 /.config/Code
parentbea239608b5e8bea1cdc0088d637982cea68b5da (diff)
refactor: disable sticky scroll
Diffstat (limited to '.config/Code')
-rw-r--r--.config/Code/User/settings.json1
1 files changed, 1 insertions, 0 deletions
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,