Answers for "change cursor type in vscode"

0

how to chage cursor color in vs code

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

Browse Popular Code Answers by Language