From effee81572bad654111fad2f0ce752ce7b4b4db2 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 21 Feb 2023 13:13:23 +0100 Subject: [PATCH] Normalize cursorSmoothCaretAnimation value --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 812d2a6..2689baa 100644 --- a/settings.json +++ b/settings.json @@ -151,7 +151,7 @@ "editor.suggestSelection": "first", "editor.renderWhitespace": "all", "editor.renderControlCharacters": false, - "editor.cursorSmoothCaretAnimation": true, + "editor.cursorSmoothCaretAnimation": "on", "editor.smoothScrolling": true, "editor.cursorBlinking": "smooth", "editor.minimap.enabled": false,