Skip to content

Commit f201216

Browse files
authored
Command cleanup (#8084)
1 parent 4d39482 commit f201216

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,11 +1794,6 @@
17941794
"category": "%command.notifications.category%",
17951795
"icon": "$(gear)"
17961796
},
1797-
{
1798-
"command": "codingAgent.openSessionLog",
1799-
"title": "%command.codingAgent.openSessionLog.title%",
1800-
"category": "%command.pull.request.category%"
1801-
},
18021797
{
18031798
"command": "pr.refreshChatSessions",
18041799
"title": "%command.pr.refreshChatSessions.title%",
@@ -2623,6 +2618,14 @@
26232618
{
26242619
"command": "pr.preferredCodingAgentGitHubRemote",
26252620
"when": "false"
2621+
},
2622+
{
2623+
"command": "pr.closeChatSessionPullRequest",
2624+
"when": "false"
2625+
},
2626+
{
2627+
"command": "pr.cancelCodingAgent",
2628+
"when": "false"
26262629
}
26272630
],
26282631
"view/title": [

package.nls.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@
332332
"command.notifications.markPullRequestsAsDone.title": "Mark Pull Requests as Done",
333333
"command.notifications.configureNotificationsViewlet.title": "Configure...",
334334
"command.notification.chatSummarizeNotification.title": "Summarize With Copilot",
335-
"command.codingAgent.openSessionLog.title": "Open Coding Agent Session Log",
336335
"command.pr.checkoutChatSessionPullRequest.title": "Checkout Pull Request",
337336
"command.pr.closeChatSessionPullRequest.title": "Close Pull Request",
338337
"command.pr.preferredCodingAgentGitHubRemote.title": "Set Preferred GitHub Remote",

0 commit comments

Comments
 (0)