[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

@@ -187,6 +187,18 @@
"default": true,
"description": "%html.autoClosingTags%"
},
"html.hover.documentation": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%html.hover.documentation%"
},
"html.hover.references": {
"type": "boolean",
"scope": "resource",
"default": true,
"description": "%html.hover.references%"
},
"html.mirrorCursorOnMatchingTag": {
"type": "boolean",
"scope": "resource",