File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 35
35
"version" : " 0.108.0" ,
36
36
"publisher" : " GitHub" ,
37
37
"engines" : {
38
- "vscode" : " ^1.97 .0"
38
+ "vscode" : " ^1.100 .0"
39
39
},
40
40
"categories" : [
41
41
" Other" ,
2835
2835
}
2836
2836
],
2837
2837
"comments/comment/title" : [
2838
- {
2839
- "command" : " pr.copyCommentLink" ,
2840
- "group" : " inline@1" ,
2841
- "when" : " commentController =~ /^github-(browse|review)/ && comment =~ /canEdit/"
2842
- },
2843
2838
{
2844
2839
"command" : " pr.applySuggestion" ,
2845
2840
"group" : " inline@0" ,
2846
2841
"when" : " commentController =~ /^github-review/ && comment =~ /hasSuggestion/"
2847
2842
},
2848
2843
{
2849
2844
"command" : " pr.applySuggestionWithCopilot" ,
2850
- "group" : " inline @0" ,
2845
+ "group" : " overflow @0" ,
2851
2846
"when" : " commentController =~ /^github-review/ && !(comment =~ /hasSuggestion/)"
2852
2847
},
2853
2848
{
2854
2849
"command" : " pr.editComment" ,
2855
- "group" : " inline@2 " ,
2850
+ "group" : " overflow@1 " ,
2856
2851
"when" : " commentController =~ /^github-(browse|review)/ && comment =~ /canEdit/"
2857
2852
},
2858
2853
{
2859
2854
"command" : " pr.deleteComment" ,
2860
- "group" : " inline@3 " ,
2855
+ "group" : " overflow@2 " ,
2861
2856
"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/"
2862
2862
}
2863
2863
],
2864
2864
"comments/commentThread/title" : [
3852
3852
"vsls" : " ^0.3.967"
3853
3853
},
3854
3854
"license" : " MIT"
3855
- }
3855
+ }
Original file line number Diff line number Diff line change 352
352
"welcome.issues.github.noFolder.contents" : " You have not yet opened a folder." ,
353
353
"welcome.issues.github.noRepo.contents" : " No git repositories found" ,
354
354
"welcome.github.activePullRequest.contents" : " Loading..." ,
355
- "submenu.github.pullRequests.overflow.label" : " More actions..." ,
356
- "submenu.github.issues.overflow.label" : " More actions..." ,
357
355
"languageModelTools.github-pull-request_issue_fetch.displayName" : " Get a GitHub Issue or PR" ,
358
356
"languageModelTools.github-pull-request_issue_summarize.displayName" : " Summarize a GitHub Issue or PR" ,
359
357
"languageModelTools.github-pull-request_notification_fetch.displayName" : " Get a GitHub Notification" ,
You can’t perform that action at this time.
0 commit comments