Skip to content

Commit 8808721

Browse files
authored
Move most comment actions into overflow menu (#6777)
1 parent 67f7e29 commit 8808721

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"version": "0.108.0",
3636
"publisher": "GitHub",
3737
"engines": {
38-
"vscode": "^1.97.0"
38+
"vscode": "^1.100.0"
3939
},
4040
"categories": [
4141
"Other",
@@ -2835,30 +2835,30 @@
28352835
}
28362836
],
28372837
"comments/comment/title": [
2838-
{
2839-
"command": "pr.copyCommentLink",
2840-
"group": "inline@1",
2841-
"when": "commentController =~ /^github-(browse|review)/ && comment =~ /canEdit/"
2842-
},
28432838
{
28442839
"command": "pr.applySuggestion",
28452840
"group": "inline@0",
28462841
"when": "commentController =~ /^github-review/ && comment =~ /hasSuggestion/"
28472842
},
28482843
{
28492844
"command": "pr.applySuggestionWithCopilot",
2850-
"group": "inline@0",
2845+
"group": "overflow@0",
28512846
"when": "commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
28522847
},
28532848
{
28542849
"command": "pr.editComment",
2855-
"group": "inline@2",
2850+
"group": "overflow@1",
28562851
"when": "commentController =~ /^github-(browse|review)/ && comment =~ /canEdit/"
28572852
},
28582853
{
28592854
"command": "pr.deleteComment",
2860-
"group": "inline@3",
2855+
"group": "overflow@2",
28612856
"when": "commentController =~ /^github-(browse|review)/ && comment =~ /canDelete/"
2857+
},
2858+
{
2859+
"command": "pr.copyCommentLink",
2860+
"group": "overflow@3",
2861+
"when": "commentController =~ /^github-(browse|review)/ && comment =~ /canEdit/"
28622862
}
28632863
],
28642864
"comments/commentThread/title": [
@@ -3852,4 +3852,4 @@
38523852
"vsls": "^0.3.967"
38533853
},
38543854
"license": "MIT"
3855-
}
3855+
}

package.nls.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@
352352
"welcome.issues.github.noFolder.contents": "You have not yet opened a folder.",
353353
"welcome.issues.github.noRepo.contents": "No git repositories found",
354354
"welcome.github.activePullRequest.contents": "Loading...",
355-
"submenu.github.pullRequests.overflow.label": "More actions...",
356-
"submenu.github.issues.overflow.label": "More actions...",
357355
"languageModelTools.github-pull-request_issue_fetch.displayName": "Get a GitHub Issue or PR",
358356
"languageModelTools.github-pull-request_issue_summarize.displayName": "Summarize a GitHub Issue or PR",
359357
"languageModelTools.github-pull-request_notification_fetch.displayName": "Get a GitHub Notification",

0 commit comments

Comments
 (0)