Home > Back-end >  Cannot find setting to control unselected text background color for text editor
Cannot find setting to control unselected text background color for text editor

Time:05-21

For some reason in the text editor pane, all lines containing characters have a background color that differs from the normal text editor background (i.e. they appear like they've been selected/highlighted with the cursor). I've tried switching themes, but doesn't seem to be controlled by any that I've tried. At a loss as to what setting might be controlling this. Any tips appreciated.

With no lines selected (the problem)

With a line selected (how it should look normally)

CodePudding user response:

Turns out this was caused by the SQLTools extension highlighting the code block. I uninstalled it for now, but it appears customizing the settings for that extension would also work.

CodePudding user response:

press ctrl   shift   p
type “settings json”
click “Preferences: Open Settings (JSON)
edit file and leave only braces { }

Resetting might help.

  • Related