Skip to content

Comment commands insert # instead of HTML comments #8

Description

@bbugh

Given some HTML in an erb file like this:

<div>
  something
</div>

This extension incorrectly adds # for comments instead of <!-- ... -->

  1. Select some text
  2. Command Palette -> Toggle Block Comment
  3. Disaster strikes!
# <div>
#   something
# </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions