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
Buttons in the "The Svelte for VS Code extension now contains a TypeScript plugin..." modal completely cover the Source
svelte.enable-ts-plugin
settings.json
.svelte
The user can see the Source of the modal, at least partially (that way he can hover and see the full Source in the tooltip)
Svelte for VS Code extension
The text was updated successfully, but these errors were encountered:
fix: source of the TypeScript plugin modal is now visible (sveltejs#2646
21bc25a
)
fix: reword plugin modal options (#2646) (#2647)
477e76d
In accordance with VS Code style guidelines + shorter so you can see the source Fixes #2646
Successfully merging a pull request may close this issue.
Describe the bug
Buttons in the "The Svelte for VS Code extension now contains a TypeScript plugin..." modal completely cover the Source
Reproduction
svelte.enable-ts-plugin
setting fromsettings.json
.svelte
fileExpected behaviour
The user can see the Source of the modal, at least partially (that way he can hover and see the full Source in the tooltip)
System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
The text was updated successfully, but these errors were encountered: