Skip to content

File HTML cannot format content #75

@phuongnguyen-valant

Description

@phuongnguyen-valant

Reproduction steps

  • Create an Angular project
  • Input some content into file .component.html
  • Using format function (Alt + Shift + F)

Current vs. Expected behavior

Current:

  • Cannot format the content HTML (prettier default)
  • Ex: remove the space, break line....

Expected:

  • Format the code as expect

Zed version and system specs
Zed: 0.217.3+stable.105.80433cb239e868271457ac376673a5f75bc4adb1
OS: Windows 11 25H2

Zed log

  • No error logged

Relevant Zed settings

"formatter": "auto",
"languages": {
    "HTML": {
      "format_on_save": "off",
      "language_servers": ["vscode-html-languageservice", "angular"],
    }
}

Version:
Zed-Angular: 0.0.4

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