You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@
76
76
"githubPullRequests.postCreate.checkoutDefaultBranch": "Checkout the default branch of the repository",
77
77
"githubPullRequests.postCreate.checkoutDefaultBranchAndShow": "Checkout the default branch of the repository and show the pull request in the Pull Requests view",
78
78
"githubPullRequests.postCreate.checkoutDefaultBranchAndCopy": "Checkout the default branch of the repository and copy a link to the pull request to the clipboard",
79
+
"githubPullRequests.postDone.description": "The action to take after completing a pull request (merge/delete branches).",
80
+
"githubPullRequests.postDone.checkoutDefaultBranch": "Checkout the default branch of the repository",
81
+
"githubPullRequests.postDone.checkoutDefaultBranchAndPull": "Checkout the default branch of the repository and pull the latest changes",
79
82
"githubPullRequests.defaultCommentType.description": "The default comment type to use when submitting a comment and there is no active review",
80
83
"githubPullRequests.defaultCommentType.single": "Submits the comment as a single comment that will be immediately visible to other users",
81
84
"githubPullRequests.defaultCommentType.review": "Submits the comment as a review comment that will be visible to other users once the review is submitted",
0 commit comments