Skip to content

Commit de8281f

Browse files
committed
Update terminology
1 parent 94c2fc2 commit de8281f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/copilot/copilot-smart-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To review a code block in the editor:
118118
To review all changes in a pull request:
119119

120120
1. Create a pull request with the GitHub Pull Requests extension
121-
1. Select the **Copilot Code Review** button in the **Files Changed** view.
121+
1. Select the **Code Review** button in the **Files Changed** view.
122122

123123
VS Code creates review comments in the **Comments** panel and also shows them inline in the editor.
124124

docs/copilot/reference/copilot-vscode-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Use AI to do a quick review pass of a code block or perform a review of uncommit
214214
| Action | Description |
215215
|--------|-------------|
216216
| **Review and Comment** _(Preview)_ | Select a block of code, and select **Generate Code** > **Review and Comment** from the editor context menu for quick review pass. |
217-
| **Copilot Code Review** | Select the **Copilot Code Review** button in the Source Control view for a deeper review of all uncommitted changes. |
217+
| **Code Review** | Select the **Code Review** button in the Source Control view for a deeper review of all uncommitted changes. |
218218

219219
## Search and settings
220220

docs/sourcecontrol/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The diff editors from this view use the local file, so file navigation, IntelliS
130130
When you are done reviewing the pull request changes you can merge the PR or select **Exit Review Mode** to go back to the previous branch you were working on.
131131

132132
> [!TIP]
133-
> You can also [let Copilot perform a code review of the PR](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review?tool=vscode) before you create it. Select the **Copilot Code Review** button in the GitHub Pull Request view.
133+
> You can also [let Copilot perform a code review of the PR](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review?tool=vscode) before you create it. Select the **Code Review** button in the GitHub Pull Request view.
134134

135135
## Issues
136136

docs/sourcecontrol/intro-to-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To create a PR, make sure you are on a separate branch from the main branch, and
174174
![Source Control view, highlighting the 'Create pull request' button](images/intro/scm-create-pull-request.png)
175175

176176
> [!TIP]
177-
> Use GitHub Copilot to generate a PR title and description, based on the commits that are included in the PR. Select the _sparkle_ icon next to the PR title field to generate a PR title and description. You can also [let Copilot perform a code review of the PR]() before you create it. Select the **Copilot Code Review** button in the GitHub Pull Request view.
177+
> Use GitHub Copilot to generate a PR title and description, based on the commits that are included in the PR. Select the _sparkle_ icon next to the PR title field to generate a PR title and description. You can also [let Copilot perform a code review of the PR]() before you create it. Select the **Code Review** button in the GitHub Pull Request view.
178178
179179
Learn more about pull requests in [VS Code's GitHub documentation](/docs/sourcecontrol/github.md).
180180

docs/sourcecontrol/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ To adjust the color of the editor decoration, use the `git.blame.editorDecoratio
141141

142142
GitHub Copilot in VS Code can help you review your uncommitted code changes.
143143

144-
1. In the Source Control view, select the **Copilot Code Review** button to start a code review of the uncommitted changes
144+
1. In the Source Control view, select the **Code Review** button to start a code review of the uncommitted changes
145145

146-
![Screenshot that shows the Copilot Code Review button in the Source Control view.](images/overview/copilot-code-review.png)
146+
![Screenshot that shows the Code Review button in the Source Control view.](images/overview/copilot-code-review.png)
147147

148148
1. Copilot generates code review comments and suggestions as overlays in the editor
149149

0 commit comments

Comments
 (0)