You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when upgrading the locked Bundler version in Tapioca to 2.5.12, the LSP boots properly, but then immediately restarts and stays in an infinite loop. No clue what's causing this.
The text was updated successfully, but these errors were encountered:
I believe that specific Bundler version was repeatedly touching the Gemfile.lock even when no changes were made, which would then explain the infinite restart loop of the language server (we auto-restart on lockfile changes).
Anyway, the issue is fixed starting on v2.5.13, so I'm closing this.
I noticed that when upgrading the locked Bundler version in Tapioca to
2.5.12
, the LSP boots properly, but then immediately restarts and stays in an infinite loop. No clue what's causing this.The text was updated successfully, but these errors were encountered: