BitCrusher
BitCrusher

Reputation: 103

How to remove rounded border from highlighted text?

I wanted to know how to remove this rounded border from highlighting text:

See it here

Upvotes: 1

Views: 494

Answers (1)

BitCrusher
BitCrusher

Reputation: 103

Found the solution, it was a simple fix:

    "editor.roundedSelection": false,

This setting defaulted to true from a recent update, hope this helps :)

Upvotes: 2

Related Questions