[css][html] Option to disable MDN Reference popups only (without effecting other functionalities). For #97979

This commit is contained in:
Martin Aeschlimann
2020-11-30 23:25:42 +01:00
parent c6e90c5ea3
commit dceba9ebb7
7 changed files with 34 additions and 18 deletions

View File

@@ -29,5 +29,7 @@
"html.validate.styles": "Controls whether the built-in HTML language support validates embedded styles.",
"html.autoClosingTags": "Enable/disable autoclosing of HTML tags.",
"html.mirrorCursorOnMatchingTag": "Enable/disable mirroring cursor on matching HTML tag.",
"html.mirrorCursorOnMatchingTagDeprecationMessage": "Deprecated in favor of `editor.linkedEditing`"
"html.mirrorCursorOnMatchingTagDeprecationMessage": "Deprecated in favor of `editor.linkedEditing`",
"html.hover.documentation": "Show tag and attribute documentation in hover.",
"html.hover.references": "Show references to MDN in hover."
}