-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attribute lang="ts"
breaks IntelliSense
#564
Comments
https://vuejs.org/v2/guide/typescript.html#Basic-Usage
|
For the curious: We used to wrap TypeScript component export in So we remove auto wrapping in TS and users have to provide wrapping themselves. |
@HerringtonDarkholme Is the issue with intellisense missing in |
@mmitchellgarcia You can always wrap component option in |
Info
Vanilla VSCode, with only Vetur enabled.
Problem
It's exactly the same as #111, but it's in the lastest VS Code and Vetur.
Reproducible Case
Open Counter.vue in Veturpack.
If no lang is added, completion works:
However,
lang="ts"
breaks this.The text was updated successfully, but these errors were encountered: