-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Regression on VSCode Ext v109.2.3 #2589
Comments
Likely because of #2571 |
While we're on the topic of discussions, is it on the roadmap to eventually not have to explicitly declare the type T = unknown
type U = unknown In the |
What do you mean by that? This shouldn't be necessary - infact, it's what's causing this bug to appear. If you remove it, your code will work fine (there's still a bug though we need to fix) |
Describe the bug
After updating to the latest Svelte for VSCode extension (v109.2.3), generic types are broken.
Here's a video of the issue I'm experiencing with the latest version. It goes away when I downgrade.
CleanShot.2024-11-15.at.21.42.01.mp4
More minimal reproduction than that linked below.
Reproduction
https://github.com/huntabyte/svelte-vscode-generics
Clone the repo, ensure you're running the latest version of the extension, check
component.svelte
.Downgrade the extension and observe the errors go away.
Expected behaviour
Expect it to work the same as it does in v109.2.2
System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: