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 haven't installed @vue/runtime-dom as I have Vue 2.7 and according to the setup docs it's not needed. I mean, I did try it for good measure, but unsurprisingly it didn't change anything 😁
What about 2.7, is it expected to work when defining components with export default {...}? I'm trying to investigate it but I'm new to language servers, it might take a while.
I started by checking the vue-language-server process with Chromium debugger and didn't find anything there.
Now I'm doing the same with typescript-language-server and I'm currently in this file:
It calls getDefinitionAndBoundSpan() which then calls linkedCodeFeatureWorker(), that's what I'm stepping through now, maybe I'll get to the bottom of this. Anything you can advise?
EDIT: the workaround from #4996 fixed the issue for me.
jsconfig.json
version:
vue: 2.6.11
@vue/runtime-dom: ^3.4.21
The text was updated successfully, but these errors were encountered: