mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(settings): enhance cursor behavior with smooth animation and width adjustments
This commit is contained in:
@@ -66,7 +66,10 @@
|
||||
"editor.fontSize": 12,
|
||||
//
|
||||
// Cursor
|
||||
"editor.cursorBlinking": "smooth",
|
||||
"editor.cursorSmoothCaretAnimation": "explicit",
|
||||
"editor.cursorSurroundingLines": 5,
|
||||
"editor.cursorWidth": 3,
|
||||
//
|
||||
// Whitespace
|
||||
"editor.renderWhitespace": "boundary",
|
||||
|
||||
Reference in New Issue
Block a user