We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45289d3 commit d3bec0dCopy full SHA for d3bec0d
package.json
@@ -3539,7 +3539,7 @@
3539
},
3540
{
3541
"command": "pr.closeChatSessionPullRequest",
3542
- "when": "chatSessionType == copilot-swe-agent || chatSessionType == copilot-cloud-agent",
+ "when": "chatSessionType == copilot-swe-agent",
3543
"group": "context"
3544
3545
src/commands.ts
@@ -1023,7 +1023,7 @@ export function registerCommands(
1023
Logger.warn(`No pull request found in chat session`, logId);
1024
return;
1025
}
1026
- pr.close();
+ await pr.close();
1027
copilotRemoteAgentManager.refreshChatSessions();
1028
1029
0 commit comments