-
-
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
Type-checking broken with TypeScript 4.5.x+ #3323
Comments
Issue is also present with Typescript 4.5.5. For searchability:
|
Same here |
same for typescript 4.6.3 |
Unless I'm mistaken, the last commit to this repository was in November. It's a sign that there's no activity in public, and implies there might not be activity behind the scenes. I wonder what's going on. |
@yoyo930021 this doesn't appear to be fixed with 0.8.0 release: |
I'm sorry. It is a careless mistake. The VSCode extension will update when I get permission again. |
Looks good now. Thanks for the fix! |
Thank you!
… Message ID: ***@***.***>
|
Vetur: Restart VLS
Info
Problem
When using workspace dependencies with
typescript
version 4.5.2 or higher, type checking doesn't work correctly in the template or script block.Reproducible Case
vetur.useWorkspaceDependencies
in VSCode's User preferences (it's not available inWorkspace
preferences).src/Test.vue
file.The issue exists since
typescript
v4.5.2. Downgrading totypescript
v4.4.4 works as expected.There are no public (stable) versions of
typescript
in between those.Result:
Expected
The text was updated successfully, but these errors were encountered: