How to disable angle bracket highlighting in Visual Studio Code? -
i want disable character highlighting happens on angle brackets, find square box annoying. there way turn off?
you can use following: // highlight matching brackets when 1 of them selected. "editor.matchbrackets": false,
disables highlighting brackets not angle brackets.
Comments
Post a Comment