eclipse / buildship

The Eclipse Plug-ins for Gradle project.
530 stars 169 forks source link

Don't force synchronization when task view is opened #1240

Closed donat closed 1 year ago

donat commented 1 year ago

Fixes #1030

image

This change will not force a sync when the tasks view is opened. The view content will be updated if:

The cache being used lives in memory only the view content will not survive an IDE restart event.

altrisi commented 1 year ago

The issue mentioned when the IDE is starting up. Given the cache added here doesn't survive a restart event, should that issue be reopened or should a new one be created for a more persistent cache? (unless I'm missing something, haven't tried this)

donat commented 1 year ago

@altrisi would you mind opening a new feature request with your use cases/pain points?