-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more cursor styles #1929
Comments
I have got the code for these, I'll create a PR for them. |
Awesome, thanks @markrendle =) |
@alexandrudima. I think this PR #1586 closes this issue. |
@jpoon This issue is about additional cursor styles. |
ok, where do I define these styles? |
@andysaini What exactly are you asking? Are you wanting to submit a PR? |
@glen-84 no, how do I apply these styles to vscode? |
I don't think that you can, at least not permanently. #459 would probably help. |
PR welcome!
|
New styles: - line (default) - line-thin - block - block-outline - underline - underline-thin Linked to Feature request: microsoft#1929
New styles: - line (default) - line-thin - block - block-outline - underline - underline-thin Linked to Feature request: microsoft#1929
disappointed that this was not included in the 1.9 release .. |
despite it being a beginner level issue, no resolution yet |
Extracted from #1586.
Related: #200.
block/block-thin/block-hollow/block-outline:
block/block-filled:
line/line-thin/line-narrow:
line/line-thick/line-accessible:
underline/underline-thin:
underline/underline-thick/underline-accessible:
I'm not too sure about the names, maybe:
block-filled
block-outline
line-thin
line-thick
underline-thin
underline-thick
... I'll leave this to the developers. =)
cc @glen-84 @markrendle
The text was updated successfully, but these errors were encountered: