Tags: devigned/vscode
Tags
debug: save all untitled non dirty files before debug start fixes microsoft#21681
Fix Webview scroll position preserve broken (microsoft#21531) **Bug** Some regression since 1.9 caused the scroll preserve behavior of webviews to stop working in certain cases. There appears to be a race condition where `newFrame.contentDocument.body` does not exist when the scroll update code is called **Fix** Instead of using a timeout, update the scroll position when `DOMContentLoaded` is fired from the webview window Fixes microsoft#21491
7D7E
PreviousNext