I find this distracting:
I found the "editor.guides.highlightActiveBracketPair" setting and disabled it the settings (Ctrl+,), but nothing changed. I restarted the editor, but nothing changed. I checked ~/.config/Code/User/settings.json, and saw that it was there:
"editor.guides.highlightActiveBracketPair": false,
But still no change. I even added it again in a Python-specific block, because I learned how to do that when I went on a similar journey trying to change default indent for YAML files:
"[python]": {
"editor.guides.highlightActiveBracketPair": false
}
But still no change.
