-
Notifications
You must be signed in to change notification settings - Fork 769
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
Extension Version
0.20251214.1
VS Code Version
1.107.0
Operating system Version
Windows 11
Steps to reproduce
- open a javascript or typescript file
- create a block comment in such a way that a space will be inserted next to it when formatting
const test/* comment */=5;- select any part of the comment (except the ending
/) - right click => Format Selection
- comment gets deleted ❌
const test =5;Issue
Format Selection can delete comments
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience