GoogleCloudPlatform / google-cloud-eclipse

Google Cloud Platform plugin for Eclipse
Apache License 2.0
86 stars 49 forks source link

GCloud version warning #850

Open elharo opened 7 years ago

elharo commented 7 years ago

Various bugs require us to have at least Cloud SDK 131.0. The plugin works with earlier version but will expose bugs. Consider how/when to alert the user if they need to upgrade.

chanseokoh commented 7 years ago

Related: #668

briandealwis commented 7 years ago

Given that we have a number of scenarios that make our functionality break (the Cloud SDK version, plus a missing Cloud SDK, as well as Cloud SDK App Engine Java components), perhaps we should have a startup task that checks for version numbers and presence of the app-engine-java component.

elharo commented 7 years ago

Is there a standard approach for checking configs in Eclipse on startup and reporting problems?

I'm not sure we want to bother users who have the plugin installed but aren't actively using it.