mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix assumptions with chat.exitAfterDelegation and chats in the sidebar (#281039)
This commit is contained in:
@@ -284,7 +284,7 @@ class CreateRemoteAgentJobAction {
|
||||
});
|
||||
|
||||
if (requestData) {
|
||||
await widget.handleDelegationExitIfNeeded(requestData.agent);
|
||||
await widget.handleDelegationExitIfNeeded(defaultAgent, requestData.agent);
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('Error creating remote coding agent job', e);
|
||||
|
||||
Reference in New Issue
Block a user