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.renderWhitespace": "all",
"editor.renderControlCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.minimap.enabled": false,