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
script
Organize Imports
When I do Organize Imports in VS Code, the closing script tag is removed.
<script lang="ts" module> </script> <script lang="ts"> import { Foo } from "$lib/bar.js"; </script> {#snippet baz()} {/snippet}
Organize Imports in VS Code leads to this:
<script lang="ts" module> </script> <script lang="ts"> {#snippet baz()} {/snippet}
<script lang="ts" module> </script> <script lang="ts"> </script> {#snippet baz()} {/snippet}
Svelte for VS Code extension
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I do
Organize Imports
in VS Code, the closingscript
tag is removed.Reproduction
Organize Imports
in VS Code leads to this:Expected behaviour
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: