未验证 提交 719a2e87 编写于 作者: A Alexandru Dima 提交者: GitHub

Merge pull request #63594 from JeffreyCA/smooth-caret-fix

Apply smooth caret setting immediately after setting change
......@@ -89,6 +89,7 @@ export class ViewCursors extends ViewPart {
if (e.viewInfo) {
this._cursorBlinking = this._context.configuration.editor.viewInfo.cursorBlinking;
this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle;
this._cursorSmoothCaretAnimation = this._context.configuration.editor.viewInfo.cursorSmoothCaretAnimation;
}
this._primaryCursor.onConfigurationChanged(e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册