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
Vue project with TS configuration intsconfig.json and custom types in types/index.d.ts.
Editing types in types/index.d.ts doesn't get reflected in *.vue file if I'm referring to those types there.
It works in plain *.js files (those pick up changes to types immediately).
My workaround is to trigger "LSP: Restart servers" command every time I change types.
No problem in VSCode.