feat: 路径收藏添加发送到终端按钮
This commit is contained in:
@@ -51,6 +51,7 @@ 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 事件发射器实例
|
||||
|
||||
Reference in New Issue
Block a user