删除 VScode 中的白框 html 标签跟踪器

remove white box html tag trackers in VScode

如何删除或禁用跟踪标记符号“<”和“>”的白框??

将此添加到您的用户设置:

"[html]": {
   "editor.matchBrackets": false
}