diff options
| author | kj_sh604 | 2025-10-07 17:54:26 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-07 17:54:26 -0400 |
| commit | 73224da758edcbd30feb13cd4c4fe4bbb300af08 (patch) | |
| tree | d729ef9a3e038c94e78ce1eb6362d6b445f97b09 /.config | |
| parent | bea239608b5e8bea1cdc0088d637982cea68b5da (diff) | |
refactor: disable sticky scroll
Diffstat (limited to '.config')
| -rw-r--r-- | .config/Code/User/settings.json | 1 |
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, |
