How to remove the underline of script tags and link tags by vscode

how do I remove the underscore of script and link tags in vscode"s html file?

Thank you

Mar.30,2022

Open the user settings ( settings.json ) and add a line "editor.links": false, to turn it off.

it's OK, but it's not necessary. Underlining is meant to remind the user that the link is clickable.

Menu