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
Problem:
The current `on_init` of `vue_ls` requiers `vtsls` or `ts_ls` to already be
attached, which is not always guaranteed.
Solution:
Add a retry mechanism that reruns the logic for some time to give the
other ls a chance to catch up.
0 commit comments