We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can see the bug I've described in the title in the following video.
scoops
bind:group={...goes here...}
scoops should appear in line 19.
OS: Linux, Debian-12.
IDE: Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:34:12.840Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.1.0-17-amd64
Svelte for VS Code: V108.3.4
No response
The text was updated successfully, but these errors were encountered:
fix: better bind:group transformation
bind:group
d0a95c8
reuse the one way binding transformation to get autocompletion, error diagnostics etc #2337
fix: better bind:group transformation (#2349)
fcc148d
No branches or pull requests
Describe the bug
You can see the bug I've described in the title in the following video.
Reproduction
scoops
inside curly brackets in line 19. =>bind:group={...goes here...}
scoops
inside curly brackets in line 21. => {...goes here...}scoops
doesn't appear in line 19.Expected behaviour
scoops
should appear in line 19.System Info
OS: Linux, Debian-12.
IDE: Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:34:12.840Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Linux x64 6.1.0-17-amd64
Svelte for VS Code: V108.3.4
Which package is the issue about?
No response
Additional Information, eg. Screenshots
Screencast.from.2024-04-16.22-17-44.mp4
The text was updated successfully, but these errors were encountered: