VS codeのsettings.json に
{
...
"editor.renderLineHighlight": "all",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#444444",
// "editor.lineHighlightBorder": "#00ff00"
},
...
}
VS codeのsettings.json に
{
...
"editor.renderLineHighlight": "all",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#444444",
// "editor.lineHighlightBorder": "#00ff00"
},
...
}