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'm not sure if this is a Vue, VSCode, or TS Language Server issue, but I thought I'd post it here for visibility.
Screen.Recording.2024-03-11.at.3.56.28.PM.mov
TLDR; any time you wish to get Intellisense autocomplete (ctrl + space on mac, or using dot notation), it shows every object property available (including the DOM type, it seems).
Repro steps: simply create a new typescript project via npm create vue@latest, and install the latest Vue language server (2.0.6 at the time of posting this issue).
This definitely makes the extension unusable.
Temporary solution: downgrade below 2.0.0.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a Vue, VSCode, or TS Language Server issue, but I thought I'd post it here for visibility.
Screen.Recording.2024-03-11.at.3.56.28.PM.mov
TLDR; any time you wish to get Intellisense autocomplete (ctrl + space on mac, or using dot notation), it shows every object property available (including the DOM type, it seems).
Repro steps: simply create a new typescript project via
npm create vue@latest
, and install the latest Vue language server (2.0.6
at the time of posting this issue).This definitely makes the extension unusable.
Temporary solution: downgrade below 2.0.0.
The text was updated successfully, but these errors were encountered: