Address handle feedback

This commit is contained in:
Daniel Imms
2026-02-13 12:38:29 -08:00
parent 92de02a661
commit 30cd06b93d

View File

@@ -376,6 +376,7 @@ export class TerminalNotificationHandler extends Disposable {
const existing = this._osc99ActiveNotifications.get(state.id);
if (existing) {
activeRef.current = existing;
handleRef.current = existing.handle;
existing.handle.updateMessage(message);
existing.handle.updateSeverity(severity);
existing.handle.updateActions(actions);