vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Close multidiff editors when outdated
Opening the same PR again can result in outdated multidiff editors as the left can become out of date. These should be closed when the PR is opened.
This requires some work in VS Code core to expose a TabInputMultiDiff type in the tabs API, otherwise an extension can't find which tab to close.
Upstream issue: https://github.com/microsoft/vscode/issues/206411