Skip to content

Commit 953b2c0

Browse files
authored
fix: update explorer when closing editor tab (#652)
1 parent 467a7c0 commit 953b2c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/workbench/editorService.ts

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ export class EditorService
378378
const isOpened = this.isOpened(tabId);
379379
// the model of closed tab should be disposed after closing
380380
!isOpened && this.disposeModel(tab);
381+
this.explorerService.forceUpdate();
381382
}
382383
);
383384
return;

0 commit comments

Comments
 (0)