mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Bug/restore query editor tabs (#6654)
* trial run for query editor temp file fix * Fixing restore tabs bug with right layering * Moving FileService change from vscode to our code
This commit is contained in:
@@ -426,6 +426,8 @@ export class EditorGroupView extends Themable implements IEditorGroupView {
|
||||
}
|
||||
|
||||
private async restoreEditors(from: IEditorGroupView | ISerializedEditorGroup): Promise<void> {
|
||||
await this._group.removeNonExitingEditor(); // {{SQL CARBON EDIT}} @udeeshagautam perform async correction for non-existing files
|
||||
|
||||
if (this._group.count === 0) {
|
||||
return; // nothing to show
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user