Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

visual studio code cursor color

VScode: in settings or Press 'control+,' search for 'theme cursor' then go to settings.json 
add this : "workbench.colorCustomizations": {
    "editorCursor.foreground": "#ffff00",
    "terminalCursor.foreground": "#ffff00"
}
 
PREVIOUS NEXT
Tagged: #visual #studio #code #cursor #color
ADD COMMENT
Topic
Name
7+7 =