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

@@ -10,6 +10,10 @@ export type ValidateEnabled = 'ignore' | 'warning' | 'error' | 'hint';
interface Settings {
readonly markdown: {
readonly occurrencesHighlight: {
readonly enabled: boolean;
};
readonly suggest: {
readonly paths: {
readonly enabled: boolean;