madskristensen / Community.VisualStudio.Toolkit

A community toolkit for writing Visual Studio extensions
Other
24 stars 3 forks source link

Use the AsyncPackage.JoinableTaskFactory instead of ThreadHelper. Fixes #7 #8

Closed bluetarpmedia closed 3 years ago

bluetarpmedia commented 3 years ago

Replace ThreadHelper.JTF with the package JTF when running async tasks.