skip to Main Content

The current line (16) in my VS Code has two lines that I want to remove:

enter image description here

How do I remove it?

2

Answers


  1. The lines are a feature of the theme that your copy of VS Codes is set to. Choose a theme that dosen’t highlight the current line in this way.

    On my MacBook, I can press command + P and, in the resulting text field, enter >color theme (yes, including the > character) to see a selectable list of other themes.

    Or, I can go to the menu Code > Settings > Settings and search for color theme, which reveals a drop-down of different themes.

    Login or Signup to reply.
  2. VSCode has a setting called "Render Line Highlight", with one of the options being "none".

    To access it, navigate to File > Preferences > Settings and search for "Render Line Highlight"

    Settings screenshot showing the line options

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search