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.
2
Answers
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 forcolor theme
, which reveals a drop-down of different themes.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"