Add optional markdown occurrences highlighting (#164292)

Fixes #164290
This commit is contained in:
Matt Bierner
2022-10-21 14:19:50 -07:00
committed by GitHub
parent f941ff6566
commit b11bb04298
6 changed files with 40 additions and 15 deletions

View File

@@ -566,6 +566,12 @@
"tags": [
"experimental"
]
},
"markdown.occurrencesHighlight.enabled": {
"type": "boolean",
"default": false,
"description": "%configuration.markdown.occurrencesHighlight.enabled%",
"scope": "resource"
}
}
},