Pick up latest dompurify and typings for vscode-markdown-languageservice (#166062)

Pick up latest typings from vscode-markdown-languageservice
This commit is contained in:
Matt Bierner
2022-11-10 21:58:16 -08:00
committed by GitHub
parent e31078d303
commit ca15dea96b
4 changed files with 15 additions and 17 deletions

View File

@@ -4,10 +4,9 @@
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
import { disposeAll } from 'vscode-markdown-languageservice/out/util/dispose';
import { ResourceMap } from 'vscode-markdown-languageservice/out/util/resourceMap';
import { Utils } from 'vscode-uri';
import { IDisposable } from '../util/dispose';
import { disposeAll, IDisposable } from '../util/dispose';
import { ResourceMap } from '../util/resourceMap';
import { Schemes } from '../util/schemes';
type DirWatcherEntry = {