Skip to content

Commit 05c4f0a

Browse files
committed
edits, highlights on images
1 parent 2b09ac4 commit 05c4f0a

9 files changed

+3
-3
lines changed

docs/ide/reference/options-text-editor-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Selected by default, this option enables the editor to suggest possible completi
5353

5454
## Click to peek in margin
5555

56-
The **Single click** setting is selected by default. The settings you choose from allow you to customize how Peek Definition works when you use it to display the differences between Git commits. You can change the default **Single click** setting to **Double click**, or you can select **None** to turn off the [Peek Difference UI](../../version-control/git-line-staging.md#peek-difference-support).
56+
The **Single click** setting is selected by default. The settings you choose from allow you to customize how Peek Definition works when you use it to display the differences between Git commits. You can change the default **Single click** setting to **Double click**, or you can select **None** to turn off the [Peek Difference UI](../../version-control/git-line-staging.md#view-staged-changes-with-peek-difference).
5757

5858
::: moniker-end
5959

docs/version-control/git-line-staging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Starting with Visual Studio 2022 [version 17.6](/visualstudio/releases/2022/rele
2626

2727
## Observe staged changes with color margins
2828

29-
The first thing you might notice about line-staging support is how the editor visualizes Git changes on both the scroll bar and in the margin.
29+
The first thing you might notice about line-staging support is how the editor visualizes Git changes in the scroll bar and also in the margin.
3030

3131
:::image type="content" source="media/vs-2022/git-color-margins.png" border="false" alt-text="Screenshot of the color margins in the Visual Studio 2022 editor." lightbox="media/vs-2022/git-color-margins.png":::
3232

@@ -74,7 +74,7 @@ You can stage any chunk of code by using the Peek Difference UI. Hover over the
7474
:::image type="content" source="media/vs-2022/git-stage-change.png" border="false" alt-text="Screenshot of the Stage Change option in Visual Studio 2022." lightbox="media/vs-2022/git-stage-change.png":::
7575

7676
> [!NOTE]
77-
> If you prefer a full-screen difference view, you can switch to the **Diff** editor with the **Promote to Document** :::image type="icon" source="media/vs-2022/promote-document-button.png" border="false"::: icon at the top-right of the [**Peek Difference** UI](#peek-difference-support), or use the **Ctrl**+**Alt**+**Home** keyboard shortcut. All features provided by the Peek Difference UI are also available in the **Diff** editor.
77+
> If you prefer a full-screen difference view, you can switch to the **Diff** editor with the **Promote to Document** :::image type="icon" source="media/vs-2022/promote-document-button.png" border="false"::: icon at the top-right of the [**Peek Difference** UI](#view-staged-changes-with-peek-difference), or use the **Ctrl**+**Alt**+**Home** keyboard shortcut. All features provided by the Peek Difference UI are also available in the **Diff** editor. The following image shows the **Diff** editor view:
7878
>
7979
> :::image type="content" source="media/vs-2022/git-stage-change-difference.png" border="false" alt-text="Screenshot of the Stage Change difference view in Visual Studio 2022." lightbox="media/vs-2022/git-stage-change-difference.png":::
8080
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)