mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Address handle feedback
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user