🐛 BUG: Comment shortcut generates //
within a JSX expression
#857
Labels
needs triage
Issue needs to be triaged
//
within a JSX expression
#857
Describe the Bug
When using the comment shortcut in VS Code (
cmd + /
), the editor generates a//
within a JSX expression. We should generate a{/* */}
block.comment.mov
Steps to Reproduce
.astro
filecmd + /
The text was updated successfully, but these errors were encountered: