You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ This package attempts to solve multiple issues with the current extensibility mo
85
85
Base classes, helper methods, and extension methods encapsulate the complexity so you don't have to.
86
86
87
87
### It's difficult to find what services and components to use
88
-
Now the most commmon services are all easy to get to from the main `VS` object. For instance, to write to the status bar, you can now write the following:
88
+
Now the most commmon services are all easy to get to from the main `VS` object.
89
89
90
90
91
91
### Best practices change with each version of VS. I can't keep up
@@ -105,4 +105,6 @@ This is a living project where the whole community can contribute helpers on top
105
105
This project works around those changes in the implementation of its public contracts and interfaces. This means that what was a breaking change to the VS SDK, becomes an implementation detail of this project and no user will be affected.
106
106
107
107
## Templates
108
-
For both project- and item templates that utilizes this NuGet packages, download the [Extensibility Template Pack](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates).
108
+
For both project- and item templates that utilizes this NuGet packages, download the Extensibility Template Pack:
109
+
*[Extensibility Template Pack 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates2022) (Visual Studio 2022)
110
+
*[Extensibility Template Pack 2019](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates) (Visual Studio 2019)
0 commit comments