Skip to content

Commit 0bae5e5

Browse files
authored
Merge pull request #6966 from MicrosoftDocs/master637644926978806224
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 96be6b7 + c1352aa commit 0bae5e5

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

docs/debugger/how-to-edit-a-register-value.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ ms.topic: how-to
77
f1_keywords:
88
- vs.debug.register.edit
99
dev_langs:
10-
- CSharp
11-
- VB
12-
- FSharp
1310
- C++
14-
- JScript
1511
helpviewer_keywords:
1612
- Registers window, editing register values
1713
- register values
@@ -23,7 +19,7 @@ ms.technology: vs-ide-debug
2319
ms.workload:
2420
- multiple
2521
---
26-
# How to: Edit a Register Value (C#, C++, Visual Basic, F#)
22+
# How to: Edit a Register Value (C++)
2723

2824
The Registers window is available only if address-level debugging is enabled in the **Options** dialog box, **Debugging** node.
2925

@@ -40,4 +36,4 @@ The Registers window is available only if address-level debugging is enabled in
4036
> Editing floating-point values can result in minor inaccuracies because of decimal-to-binary conversion of fractional components. Even a seemingly innocuous edit can result in changes to some of the least significant bits in a floating-point register.
4137
4238
## See also
43-
- [How to: Use the Registers Window](../debugger/how-to-use-the-registers-window.md)
39+
- [How to: Use the Registers Window](../debugger/how-to-use-the-registers-window.md)
Loading
Loading

docs/get-started/visual-basic/tutorial-console.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Tutorial: Get started with Visual Basic"
33
description: "Learn how to create Visual Basic console apps in Visual Studio, step-by-step."
44
ms.custom: "vs-acquisition, get-started"
5-
ms.date: 02/10/2021
5+
ms.date: 08/13/2021
66
ms.technology: vs-ide-general
77
ms.prod: visual-studio-windows
88
ms.topic: tutorial
@@ -93,8 +93,8 @@ If you don't see the **Console App (.NET Core)** project template, you can get i
9393
> [!NOTE]
9494
> If you do not see the **Console Application** template, you can install it from the **Create a new project** window. In the **Not finding what you're looking for?** message, choose the **Install more tools and features** link.
9595
>
96-
> ![The 'Install more tools and features' link from the 'Not finding what you're looking for' message in the 'Create new project' window](../../get-started/media/vs-2019/not-finding-what-looking-for.png)
97-
>
96+
> ![The 'Install more tools and features' link from the 'Not finding what you're looking for' message in the 'Create new project' window](../../get-started/media/vs-2019/not-finding-what-looking-for.png)
97+
>
9898
> Then, in the Visual Studio Installer, choose the **.NET Core cross-platform development** workload.
9999
>
100100
> ![.NET Core cross-platform development workload in the Visual Studio Installer](../../get-started/media/dot-net-core-xplat-dev-workload.png)
@@ -206,11 +206,11 @@ Let's create an app that prompts you for your name and then displays it along wi
206206

207207
![Console window showing the CalculateThis app, which includes prompts on which actions to take.](media/vb-console-calculate-this.png)
208208

209-
::: moniker-end
209+
::: moniker-end
210210

211211
::: moniker range=">=vs-2019"
212212

213-
1. On the start window, choose **Create a new project**.
213+
1. On the start window, choose **Create a new project**.
214214

215215
1. In the **Create a new project** window, choose **Visual Basic** from the Language list. Next, choose **Windows** from the Platform list and **Console** from the project types list.
216216

@@ -247,6 +247,8 @@ Let's create an app that prompts you for your name and then displays it along wi
247247

248248
::: moniker-end
249249

250+
[!INCLUDE[../includes/git-source-control.md](../includes/git-source-control.md)]
251+
250252
## Quick answers FAQ
251253

252254
Here's a quick FAQ to highlight some key concepts.

0 commit comments

Comments
 (0)