From b6ee28ddb4fbea0bfa9371cdf77d79f69e0f26f3 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 16 Oct 2025 17:47:09 -0400 Subject: refactor: add `terminal.integrated.stickyScroll.enabled` --- .config/Code/User/settings.json | 1 + 1 file changed, 1 insertion(+) (limited to '.config/Code/User/settings.json') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 01f2a30..d264a1b 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -228,6 +228,7 @@ "terminal.integrated.fastScrollSensitivity": 5, "terminal.integrated.gpuAcceleration": "off", "terminal.integrated.smoothScrolling": false, + "terminal.integrated.stickyScroll.enabled": false, "typescript.disableAutomaticTypeAcquisition": true, "typescript.preferences.includePackageJsonAutoImports": "off", "typescript.preferences.useLabelDetailsInCompletionEntries": false, -- cgit v1.2.3