Skip to content

Commit f31968e

Browse files
authored
move preferredCodingAgentGitHubRemote to overflow menu (#7742)
1 parent 540e2f4 commit f31968e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2699,7 +2699,7 @@
26992699
{
27002700
"command": "pr.preferredCodingAgentGitHubRemote",
27012701
"when": "github:hasMultipleGitHubRemotes && view == workbench.view.chat.sessions.copilot-swe-agent",
2702-
"group": "navigation@1"
2702+
"group": "overflow@1"
27032703
}
27042704
],
27052705
"view/item/context": [

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"command.codingAgent.openSessionLog.title": "Open Coding Agent Session Log",
326326
"command.pr.checkoutChatSessionPullRequest.title": "Checkout Pull Request",
327327
"command.pr.closeChatSessionPullRequest.title": "Close Pull Request",
328-
"command.pr.preferredCodingAgentGitHubRemote.title": "Set Preferred GitHub Remote for Coding Agent Sessions",
328+
"command.pr.preferredCodingAgentGitHubRemote.title": "Target GitHub remote for new coding agent sessions",
329329
"command.pr.resetCodingAgentPreferences.title": "Reset Coding Agent Workspace Preferences",
330330
"command.pr.cancelCodingAgent.title": "Cancel Coding Agent",
331331
"welcome.github.login.contents": {

0 commit comments

Comments
 (0)