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
For example, in the following simple ts code, if the cursor is placed in front of error, the selected logic is inconsistent with the default.
<script lang="ts"> import { serializeError } from 'serialize-error' </script>
error => import { serializeError } from 'serialize-error'
import { serializeError } from 'serialize-error'
error => serialize-error => 'serialize-error' => import { serializeError } from 'serialize-error'
As above.
System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M2 Max Memory: 12.31 GB / 64.00 GB Shell: 5.9 - /bin/zsh IDEs: VSCode: 0.43.5 - /usr/local/bin/code
Svelte for VS Code extension, svelte-language-server
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
For example, in the following simple ts code, if the cursor is placed in front of error, the selected logic is inconsistent with the default.
Kapture.2024-12-06.at.12.26.19.mp4
error => import { serializeError } from 'serialize-error'
error => serialize-error => 'serialize-error' => import { serializeError } from 'serialize-error'
Reproduction
As above.
Expected behaviour
As above.
System Info
System:
OS: macOS 14.4.1
CPU: (12) arm64 Apple M2 Max
Memory: 12.31 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
IDEs:
VSCode: 0.43.5 - /usr/local/bin/code
Which package is the issue about?
Svelte for VS Code extension, svelte-language-server
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: