Answers for "how to chage cursor color in vs code"

0

how to chage cursor color in vs code

"workbench.colorCustomizations": {
    "editorCursor.foreground": "#ffff00",
    "terminalCursor.foreground": "#ffff00"
}
Posted by: Guest on February-12-2021

Code answers related to "how to chage cursor color in vs code"

Browse Popular Code Answers by Language