Merge pull request #128545 from microsoft/joh/webpack5

Adopt webpack 5
This commit is contained in:
Martin Aeschlimann
2021-07-14 22:32:54 +02:00
committed by GitHub
65 changed files with 1140 additions and 627 deletions

View File

@@ -152,7 +152,7 @@ class MarkdownPreview extends Disposable implements WebviewResourceProvider {
}
this._register(_contributionProvider.onContributionsChanged(() => {
setImmediate(() => this.refresh());
setTimeout(() => this.refresh(), 0);
}));
this._register(vscode.workspace.onDidChangeTextDocument(event => {