File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" : [
38523852 "vsls" : " ^0.3.967"
38533853 },
38543854 "license" : " MIT"
3855- }
3855+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments