Skip to content
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

Fixing snippets in new LSP completion #7274

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

alexgav
Copy link
Contributor

@alexgav alexgav commented Jun 25, 2024

We need to set insertTextFormat in the LSP completion items to Snippet when appropriate otherwise snippets get treated as plain text, resulting in things like

getting inserted

We need to set insertTextFormat in the LSP completion items to Snippet when appropriate otherwise snippets get treated as plain text, resulting in things like

<h1 style='$1'

getting inserted
@alexgav alexgav requested a review from a team as a code owner June 25, 2024 04:56
@alexgav alexgav merged commit 6c7dc4c into main Jun 25, 2024
13 checks passed
@JoeRobich JoeRobich deleted the dev/alexgav/FixLspSnippets branch October 8, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants