Skip to content

Commit 99488b0

Browse files
author
Greg Van Liew
committed
Resolve merge
1 parent 7ca6e65 commit 99488b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/extensibility/extensibility-hello-world.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You should now see the HelloWorld project in **Solution Explorer**.
6464

6565
## Add a custom command
6666

67-
Step 1. If you select the `.vsixmanifest` manifest file, you can see what options are changeable, such as description, author, and version.
67+
Step 1. If you select the *.vsixmanifest* manifest file, you can see what options are changeable, such as description, author, and version.
6868

6969
Step 2. Right-click the project (not the solution). On the context menu, select **Add**, and then **New Item**.
7070

@@ -161,10 +161,6 @@ You should see the output from your new custom command, in this case the dialog
161161
Now that you know the basics of working with Visual Studio Extensibility, here's where you can learn more:
162162

163163
* [Start to develop Visual Studio extensions](starting-to-develop-visual-studio-extensions.md) - Samples, tutorials. and publishing your extension
164-
::: moniker range="vs-2017"
165164
* [What's new in the Visual Studio 2017 SDK](what-s-new-in-the-visual-studio-2017-sdk.md) - New extensibility features in Visual Studio 2017
166-
::: moniker-end
167-
::: moniker range="vs-2019"
168165
* [What's new in the Visual Studio 2019 SDK](whats-new-visual-studio-2019-sdk.md) - New extensibility features in Visual Studio 2019
169-
::: moniker-end
170-
* [Inside the Visual Studio SDK](internals/inside-the-visual-studio-sdk.md) - Learn the details of Visual Studio Extensibility
166+
* [Inside the Visual Studio SDK](internals/inside-the-visual-studio-sdk.md) - Learn the details of Visual Studio Extensibility

0 commit comments

Comments
 (0)