You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using shortcut to comment some part of code on .tsx files the comment should be {/* comment */} but the editor uses //` to comment, which is incorrect.
Steps to reproduce:
Open any .tsx file and use cmd + / to comment some part of the code.
Check for existing issues
Describe the bug / provide steps to reproduce it
When using shortcut to comment some part of code on
.tsx
files the comment should be{/* comment */} but the editor uses
//` to comment, which is incorrect.Steps to reproduce:
Open any
.tsx
file and use cmd + / to comment some part of the code.Environment
Zed: v0.149.5 (Zed)
OS: macOS 14.6.1
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: