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
It seems that when you don't have extraFileExtensions: [".vue"] in languageOptions, the Vue plugin seems to modify it at runtime to add/remove .vue from it, but whenever it does so, it seems to trigger a full project service reload, which is very slow. We might want to add this to the shared config?
You can see that by using DEBUG=* eslint and looking for reload projects.