Multifile diff editor leaks models and editor after closing and hiding #228367
Open
Description
opened on Sep 12, 2024
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.93.0 (Universal)
- OS Version: OS: Darwin arm64 23.6.0
Steps to Reproduce:
- Make
Refactor Preview
appear (e.g. open some file and try some ofRefactor...
context actions) - Close the preview editor via
Discard
button - Call
vscode.window.visibleTextEditors
- It contains the
vscode-bulkeditpreview-editor://...
editor that corresponds to theRefactor Preview
we just closed as well as the file that refactor preview was referencing
Repro and demo:
Activity