lkytal / BuiltinCmd

VS extension that provide a built-in terminal window for CMD or Powershell.
https://lkytal.github.io/BuiltinCmd/
Other
30 stars 13 forks source link

Does not use async autoload API #15

Open michaellewiswilson opened 5 years ago

michaellewiswilson commented 5 years ago

Visual Studio v16.1 complains that this extension uses the deprecated synchronous autoload API. Should be migrated to async background loading if possible. Async loading is supported in Visual Studio 2015 and newer.