Currently in Visual Studio Code all URL's are highlighted with an underline, and this underline is actionable with a Ctrl + Click.
Is it possible to turn this URL highlighting feature off?
Try the editor.links
setting in settings.json
:
// Controls whether the editor should detect links and make them clickable
"editor.links": true,
// Controls whether the editor should detect links and make them clickable
"editor.links": false,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With