-
-
Notifications
You must be signed in to change notification settings - Fork 433
No error messages in template section #1441
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
Comments
Duplicate of #844 |
@johnsoncodehk I don't understand why this is a duplicate? In the explanation you mention that the extension is not able to show errors, which are a result of the wrong type. This make sense, because javascript doesn't have these types. |
@Leon0402 You should config |
Thanks this worked! It still doesn't find missing imports in the template section, but this seems to be true for typescript as well. I assume this is a different issue |
I think I got the same issue: Nevermind! The issue was related to a styled-components plugin that broke the Vue plugins hybrid mode. I forcefully enabled it, because I thought the styled-components plugin was limited to React and therefore probably a false positive. |
I use
https://github.com/johnsoncodehk/volar-starter
to be sure to not have misconfigured anything and installed the normal volar & volar ts vs code extensions.In general, there are no error messages about missing imports for components. For instance:
No error message about the missing
HelloWorld
import.And if I don't use
lang="ts"
there are no error messages at all anymore. See the same example:No error message about the missing prop.
The text was updated successfully, but these errors were encountered: