mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Re-validate md files when a linked to file is created or deleted (#152520)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user