(change): VSCode caret animations

This commit is contained in:
2025-04-20 16:39:43 -04:00
parent 40af293b6c
commit 4347d425c7
+4 -1
View File
@@ -20,5 +20,8 @@
"chat.commandCenter.enabled": false, "chat.commandCenter.enabled": false,
"files.associations": { "files.associations": {
"*.kv": "yaml" "*.kv": "yaml"
} },
"terminal.integrated.cursorBlinking": true,
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": "on"
} }