Skip to content

Commit 1138668

Browse files
Merge pull request #3782 from MicrosoftDocs/main638309275875283455sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents a38d6cc + 3f32137 commit 1138668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/dev-environment/rust/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ VS Code also contains a [built-in terminal](https://code.visualstudio.com/docs/e
6060
3. For debugging support, install the **CodeLLDB** extension. You can either install the [CodeLLDB extension from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb), or you can open VS Code, and search for **CodeLLDB** in the extensions menu (Ctrl+Shift+X).
6161

6262
> [!NOTE]
63-
> An alternative to the **CodeLLDB** extension for debugging support is the Microsoft **C/C++** extenson. The **C/C++** extension doesn't integrate as well with the IDE as **CodeLLDB** does. But the **C/C++** extension provides superior debugging information. So you might want to have that standing by in case you need it.
63+
> An alternative to the **CodeLLDB** extension for debugging support is the Microsoft **C/C++** extension. The **C/C++** extension doesn't integrate as well with the IDE as **CodeLLDB** does. But the **C/C++** extension provides superior debugging information. So you might want to have that standing by in case you need it.
6464
>
6565
> You can either install the [C/C++ extension from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools), or you can open VS Code, and search for **C/C++** in the extensions menu (Ctrl+Shift+X).
6666

0 commit comments

Comments
 (0)