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",