VsixCommunity / Community.VisualStudio.Toolkit

Making it easier to write Visual Studio extensions
Other
249 stars 44 forks source link

Change RegisterToolWindows to be ToolkitPackage extension method. #465

Closed reduckted closed 8 months ago

reduckted commented 8 months ago

Fixes #463.

BaseToolWindow.Initialize requires a ToolkitPackage, so the extension method should be on ToolkitPackage, not AsyncPackage.

madskristensen commented 8 months ago

Thanks