Normalize cursorSmoothCaretAnimation value

This commit is contained in:
Wilfried OLLIVIER 2023-02-21 13:13:23 +01:00
parent 8c3b262f50
commit effee81572

View file

@ -151,7 +151,7 @@
"editor.suggestSelection": "first", "editor.suggestSelection": "first",
"editor.renderWhitespace": "all", "editor.renderWhitespace": "all",
"editor.renderControlCharacters": false, "editor.renderControlCharacters": false,
"editor.cursorSmoothCaretAnimation": true, "editor.cursorSmoothCaretAnimation": "on",
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth", "editor.cursorBlinking": "smooth",
"editor.minimap.enabled": false, "editor.minimap.enabled": false,