Change error highlight color in vs code

前端 未结 3 1280
囚心锁ツ
囚心锁ツ 2021-01-05 16:38

I build a project and get some problems in the \"Problems view\", I click on the problem to see a line of code with that problem highlighted.

And it gets highlighted

3条回答
  •  时光说笑
    2021-01-05 17:20

    Check if you can apply a different theme with VSCode 1.52 (Nov. 2020), considering the new feature:

    Error background colors

    Theme authors can now leverage new theme colors for errors in the editor.

    Edior errors, warnings, and infos can now be styled via:

    editorError.background
    editorWarning.background
    editorInfo.background
    

提交回复
热议问题