From bcfb9ea3a6aa52453e283815cc0e3b6337f7ca2e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Oct 2025 17:46:40 +0100 Subject: [PATCH] feat(settings): enhance cursor behavior with smooth animation and width adjustments --- settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.json b/settings.json index 56ca5b7..07f7303 100644 --- a/settings.json +++ b/settings.json @@ -66,7 +66,10 @@ "editor.fontSize": 12, // // Cursor + "editor.cursorBlinking": "smooth", + "editor.cursorSmoothCaretAnimation": "explicit", "editor.cursorSurroundingLines": 5, + "editor.cursorWidth": 3, // // Whitespace "editor.renderWhitespace": "boundary",