diff options
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, |
