Re-validate md files when a linked to file is created or deleted (#152520)

This commit is contained in:
Matt Bierner
2022-06-22 12:02:46 -07:00
committed by GitHub
parent 4878dfa5a1
commit be1ee5d9f1
3 changed files with 63 additions and 16 deletions

View File

@@ -5,11 +5,11 @@
import * as vscode from 'vscode';
import { MdTableOfContentsProvider, TableOfContents } from '../tableOfContents';
import { MdWorkspaceContents, SkinnyTextDocument } from '../workspaceContents';
import { equals } from './arrays';
import { Delayer } from './async';
import { Disposable } from './dispose';
import { ResourceMap } from './resourceMap';
import { MdWorkspaceContents, SkinnyTextDocument } from '../workspaceContents';
import { Delayer } from './async';
/**
* Check if the items in a table of contents have changed.