feat(settings): enhance cursor behavior with smooth animation and width adjustments

This commit is contained in:
Jim Myhrberg
2025-10-21 17:46:40 +01:00
parent 79f192eac5
commit bcfb9ea3a6

View File

@@ -66,7 +66,10 @@
"editor.fontSize": 12,
//
// Cursor
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "explicit",
"editor.cursorSurroundingLines": 5,
"editor.cursorWidth": 3,
//
// Whitespace
"editor.renderWhitespace": "boundary",