2021年2月リリースのバージョン1.54でMDNのreferencesを非表示にする設定が追加された。
hoverはtrueのままMDN referenceのみを非表示にできるため、
他に使っている拡張機能を邪魔せずに使える。これを待っていた。
今までホバーしたときの表示が邪魔に感じたところがこれで快適にcssが書けるようになります。
設定 command + ,
以下をそれぞれ検索する
less.hover
html.hover
チェックを全て外したら完了です。
引用
Hovers in CSS/LESS/SCSS and HTML#
You can now fine-tune the content of hovers in HTML and CSS to:
Not show the documentation from MDN
Not show the link to the MDN page
Use the settings css.hover.documentation and css.hover.references to change the hovers for CSS. Replace css with html, css, scss or less to change the settings for those languages.