From 4bc83de754519131c0300c1fcea25fb453520c78 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 31 Jul 2023 13:26:49 +0100 Subject: [PATCH] Enable sticky scroll --- roles/home-gui/files/vscode-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-gui/files/vscode-settings.json b/roles/home-gui/files/vscode-settings.json index 128f579..e2cfb65 100644 --- a/roles/home-gui/files/vscode-settings.json +++ b/roles/home-gui/files/vscode-settings.json @@ -8,6 +8,7 @@ "editor.rulers": [ 100 ], + "editor.stickyScroll.enabled": true, "editor.wordWrap": "on", "editorconfig.generateAuto": false, "extensions.ignoreRecommendations": true,