Skip to content

Commit

Permalink
fix: update explorer when closing editor tab (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung authored Feb 15, 2022
1 parent 467a7c0 commit 953b2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/workbench/editorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ export class EditorService
const isOpened = this.isOpened(tabId);
// the model of closed tab should be disposed after closing
!isOpened && this.disposeModel(tab);
this.explorerService.forceUpdate();
}
);
return;
Expand Down

0 comments on commit 953b2c0

Please sign in to comment.