ExtensibilityTemplatePack
ExtensibilityTemplatePack copied to clipboard
https://github.com/VsixCommunity/ExtensibilityTemplatePack/blob/e9b48a96a34c1f8b2014a1492360976fdea32752/src/2022/ProjectTemplates/VsixProjectWindow/ToolWindows/ToolWindow.cs#L21 https://github.com/VsixCommunity/ExtensibilityTemplatePack/blob/e9b48a96a34c1f8b2014a1492360976fdea32752/src/2022/ProjectTemplates/VsixProjectWindow/VSIXProject.csproj#L105 ToolkitToolWindowPane was added in [17.0.451](https://www.nuget.org/packages/Community.VisualStudio.Toolkit.17/17.0.451) Note that the template for 2019 is not using ToolkitToolWindowPane. It was added in [16.0.451](https://www.nuget.org/packages/Community.VisualStudio.Toolkit.16/16.0.451)
Thank you for this great template collection. When I create a new project from the MyCompany template it is necessary to update the 'Target framework' from 4.7.2 to 4.8 to...
I wanted to add an new "Command (Community)" item to my VS2022 project, so I right-click on "Commands" folder and add the item, but it creates a second "Commands" subfolder....
If I create a project with name `MyProject.VSIX`, I have to fix this first to make it compile. I can fix it, but I wonder if the template can be...
There are a few links broken for the `modern` Item Templates. https://github.com/VsixCommunity/ExtensibilityTemplatePack/blob/master/README.md#item-templates There were some "TODOs" added in PR #7 to show which ones need to be updated.
Noticed a few links broken on the [project's Marketplace page](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates). For instance... [Editor Command Binding](https://github.com/madskristensen/VsixItemTemplates/blob/master/src/ItemTemplates/EditorCommandBinding/EditorCommandBinding.cs) Might should be... [Editor Command Binding](https://github.com/VsixCommunity/ExtensibilityTemplatePack/blob/master/src/2019/ItemTemplates/EditorCommandBinding/EditorCommandBinding.cs) or to prepare for 2022... [Editor Command Binding](https://github.com/VsixCommunity/ExtensibilityTemplatePack/blob/master/src/2022/ItemTemplates/EditorCommandBinding/EditorCommandBinding.cs)
## Issue Hello, I have found that this extension adds it own extension source to the Extension Manager on Visual Studio 2022, and it would appear that it overrides that...