no tsconfig found with .vue files Vscode #1345
Unanswered
DataHearth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sorry for late, can you reproduce this problem in v0.40.13 or v1.0.0-alpha.x? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I'm experiencing the weirdest behavior with vscode. My vscode doesn't detect a tsconfig from certain
.vue
files and with a certain typo case.Here's my example:
As you can see, I have 2 pages. One named
index.vue
and another onelogin.vue
. With the first one, vscode detect a tsconfig file, but for the second one, it does not. BUT, if I renamelogin.vue
toLogin.vue
, it kinda works (my code flashes like garland but it works). Same behavior with my componentheader.vue
but reversed (uppercase no, no case, yes).Everything is working properly when building
Does anyone facing this weird and tilting issue ?
tsconfig.json
:screenshot:
INFO:
OS: darwin
Nuxt: v3.0.0.rc3
package manager: pnpm
vscode: 1.67.2
Volar: 23/05/2022, 03:48:53
Beta Was this translation helpful? Give feedback.
All reactions