mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
993c36c920
When reloading windows that need to restore a markdown preview, sometimes I'll see an error when the markdown preview tries accessing a disposed of webview. This seems to be cause caused by `provideTextDocumentContent`, where we end up disposing of the webview before an `await` resumes execution