devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

#1229: pull ide-urls before using it #1230

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

Fixes #1229

Note: Slows down auto-completion. Would be smarter to remember the last update time and only do git pull if not already done in the last 1-2 minutes. However, I consider this as an optimization that should become its own story.