This commit is contained in:
Baobhan Sith
2025-05-28 11:04:54 +08:00
parent 50f3724ef8
commit 3bc2a07ec9
3 changed files with 13 additions and 15 deletions
@@ -53,7 +53,6 @@ export type WorkspaceEventPayloads = {
// Suspended SSH Session Events
'suspendedSession:actionCompleted': void; // Emitted when a resume/remove action is completed
'favoritePath:sendToActiveTerminal': { path: string }; // Event to send a path to the active terminal
};
// 创建 mitt 事件发射器实例