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
mjbvz
changed the title
Javascript Intellisense broken
Adding property to 'import Vue from 'vue'' import makes 'Vue' no longer constructible
Apr 27, 2020
TS Template added by @mjbvz
TypeScript Version: 3.9.0-dev.20200427
Search Terms
Does this issue occur when all extensions are disabled?: Yes
Intellisense broken after added property.
Steps to Reproduce:
In a test directory :
Create a javascript file index.js :
Intellisense work :
Intellisense broken :
A second test with another module (dayjs)
Intellisense work :
Intellisense broken :
A third test with a function constructor in index.js
It always works, test property exists.
The text was updated successfully, but these errors were encountered: