✨ feat(vscode): 历史会话可换 profile 恢复
This commit is contained in:
@@ -556,7 +556,7 @@ export class KanbanWebviewPanel {
|
||||
return
|
||||
}
|
||||
if (msg.type === 'managed-sessions/resume') {
|
||||
void managedSessions.handleManagedSessionsResume(this, msg.sessionId)
|
||||
void managedSessions.handleManagedSessionsResume(this, msg.sessionId, msg.profilePath)
|
||||
return
|
||||
}
|
||||
if (msg.type === 'managed-sessions/delete') {
|
||||
|
||||
Reference in New Issue
Block a user