From 674859b114a94ab68dd54491795ace7c8165e432 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Tue, 4 Jul 2023 00:03:02 +0530 Subject: [PATCH] Disabled smooth scrolling on vscode --- .config/Code/User/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 20004ae..e8b6c3d 100755 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -8,7 +8,6 @@ "extensions.ignoreRecommendations": true, // // Editor - "editor.cursorSmoothCaretAnimation": "on", "editor.cursorWidth": 4, "editor.minimap.enabled": false, "editor.wordWrap": "on",