mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Dynamically register markdown completions and document highlights (#167451)
Fixes #165920
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user