Dynamically register markdown completions and document highlights (#167451)

Fixes #165920
This commit is contained in:
Matt Bierner
2022-11-28 12:56:55 -08:00
committed by GitHub
parent 488651b1b7
commit 3b29d21a83
2 changed files with 47 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ import { Disposable } from './util/dispose';
export type ValidateEnabled = 'ignore' | 'warning' | 'error' | 'hint';
interface Settings {
export interface Settings {
readonly markdown: {
readonly occurrencesHighlight: {
readonly enabled: boolean;