Skip to content
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

Does not see the components in the components folder 0.40.1 #1746

Closed
Flashantik opened this issue Aug 21, 2022 · 5 comments
Closed

Does not see the components in the components folder 0.40.1 #1746

Flashantik opened this issue Aug 21, 2022 · 5 comments
Labels
duplicate This issue or pull request already exists

Comments

@Flashantik
Copy link

in last version of volar 0.40.1 intellisense does not see other components in the components folder. You can use components only on Pages
in 0.39.5 all is fine

@Flashantik
Copy link
Author

In 0.40.1 i have
Screen Shot 2022-08-21 at 19 53 35

in 0.39.5
Screen Shot 2022-08-21 at 19 55 07

@Flashantik Flashantik changed the title Does not see the components in the components folder Does not see the components in the components folder 0.40.1 Aug 21, 2022
@sh1kxrv
Copy link

sh1kxrv commented Aug 21, 2022

I fixed it by adding line to jsconfig.json:

"compilerOptions": {
    "jsx": "preserve"
}

@colinblaise
Copy link

colinblaise commented Aug 23, 2022

I fixed it by adding line to jsconfig.json:

"compilerOptions": {
    "jsx": "preserve"
}

No good for me. I'm having the same issue and I already had this in my tsconfig.json

@sh1kxrv
Copy link

sh1kxrv commented Aug 23, 2022

I fixed it by adding line to jsconfig.json:

"compilerOptions": {
    "jsx": "preserve"
}

No good for me. I'm having the same issue and I already had this in my tsconfig.json

magic.

@johnsoncodehk
Copy link
Member

Duplicate of #1731

@johnsoncodehk johnsoncodehk marked this as a duplicate of #1731 Aug 27, 2022
@johnsoncodehk johnsoncodehk added the duplicate This issue or pull request already exists label Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants