vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Honor more cursor settings in scm input editor

Open jacekkopecky opened this issue 9 months ago • 0 comments

Previously it used cursorBlinking, now it also uses cursorWidth (default to 1 as before) and cursorStyle.

This addresses #242901

I might prefer the platform-default cursor in the git commit message editor because it looks more like <input> than like code editor, but this is the simplest fix for my issue.

jacekkopecky avatar Mar 07 '25 16:03 jacekkopecky