-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels