mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
💄
This commit is contained in:
@@ -252,6 +252,10 @@ export class MainThreadDocuments extends MainThreadDocumentsShape {
|
||||
if (!this._editorService.isVisible(input, true)) {
|
||||
toBeDisposed.push(resource);
|
||||
}
|
||||
|
||||
if (input) {
|
||||
input.dispose();
|
||||
}
|
||||
});
|
||||
})).then(() => {
|
||||
for (let resource of toBeDisposed) {
|
||||
|
||||
Reference in New Issue
Block a user