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

🐛 BUG: Closing brace depends on space #703

Closed
cdtut opened this issue Nov 18, 2023 · 0 comments · Fixed by #725
Closed

🐛 BUG: Closing brace depends on space #703

cdtut opened this issue Nov 18, 2023 · 0 comments · Fixed by #725
Labels
needs triage Issue needs to be triaged

Comments

@cdtut
Copy link

cdtut commented Nov 18, 2023

Describe the Bug

Closing brace is added depending on space around cursor.

Steps to Reproduce

In vscode with .astro file on a newline type {. Closing } gets added so its like {}.

Put cursor in middle of <div></div> and type {. Closing } not added so its like <div>{</div> not <div>{}</div>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant