GrzegorzKozub / VisualStudioExtensions

Launchers for Visual Studio
https://marketplace.visualstudio.com/search?term=publisher%3A%22Grzegorz%20Kozub%22&target=VS&category=All%20categories&vsVersion=&sortBy=Relevance
15 stars 18 forks source link

Use of VS2019 deprecated APIs prevents ConEmu extension loading in VS 2019 16.4.0 Pre-5 or newer #8

Open coldacid opened 4 years ago

coldacid commented 4 years ago

Visual Studio 2019 version 16.4.0 preview 5 and newer versions will not load the ConEmu Launcher extension due to use of deprecated APIs and no longer provides an override ability for loading the extension. It will need to be updated to use the more modern asynchronous APIs provided for Visual Studio extensions if we are to be able to use the extension with the next regular update to Visual Studio 2019.

LaraSQP commented 4 years ago

The deprecated APIs are indeed a problem.