最近 sublime text 更新后光标特别高而且不闪烁

After recent sublime text update cursor is extra tall and doesnt blink

我的光标高度停留在行的最大高度及其 padding/margin,也不再闪烁。 Screenshot。我应该查看哪些设置才能解决此问题?

在设置 window 的左侧搜索 caret。这应该会让您进入正确的设置组。我有以下设置:

// These settings control the size of the caret
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0,

// Valid values are "smooth", "phase", "blink" and "solid". Previous
// versions of Sublime Text used "smooth" by default.
"caret_style": "smooth"

看起来和ST3很像。