How to change current line color in debugging mode?

后端 未结 1 1663
灰色年华
灰色年华 2021-01-21 19:16

I\'m trying to change the color of a current line in a debugging mode.

So, I know how to change color in general, but don\'t know what is the name of the parameter.

<
相关标签:
1条回答
  • 2021-01-21 20:03

    Write the customization without "[Base16 Dark Oceanic Next]" as :

    "workbench.colorCustomizations": {
      "editor.lineHighlightBackground": "#ff0000",
    }
    
    0 讨论(0)
提交回复
热议问题