GoogleCloudPlatform / google-cloud-visualstudio

Google Cloud Tools for Visual Studio
https://cloud.google.com/tools/visual-studio/docs/
Apache License 2.0
88 stars 51 forks source link

Make the package an AsyncPackage. #1008

Closed ILMTitan closed 5 years ago

ILMTitan commented 6 years ago

Visual Studio might tell users to uninstall our extension because it is slow. Changing our base package from "Package" to "AsyncPackage" would fix that.

ILMTitan commented 6 years ago

This change adds some danger of crashes. Moving to the 2.1.0 milestone, for full cycle for testing.