Update history after all lines are handled
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -528,8 +528,8 @@ export class Act {
|
|||||||
|
|
||||||
writeEmitter.fire(`${message.trimEnd()}\r\n`);
|
writeEmitter.fire(`${message.trimEnd()}\r\n`);
|
||||||
historyTreeDataProvider.refresh();
|
historyTreeDataProvider.refresh();
|
||||||
await this.storageManager.update(StorageKey.WorkspaceHistory, this.historyManager.workspaceHistory);
|
|
||||||
}
|
}
|
||||||
|
await this.storageManager.update(StorageKey.WorkspaceHistory, this.historyManager.workspaceHistory);
|
||||||
};
|
};
|
||||||
|
|
||||||
let shell = env.shell;
|
let shell = env.shell;
|
||||||
|
|||||||
Reference in New Issue
Block a user