-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
Input:
<div class="">
bar
</div>Output:
<div class="foo
">
bar
</div>Expected:
<div class="foo">
bar
</div>Playground:
I cannot re-create this issue in the playground. It appears isolated to the VS Code extension.
Additional context:
Thanks so much for Herb! I’m having an issue when using the VS Code extension. When I paste, a newline is immediately inserted:
Screen.Recording.2026-02-05.at.13.41.41.mov
If I disable the Herb extension, the problem goes away. It doesn’t have to be inside an HTML attribute either - any paste adds a newline. Is this a bug or is there a way to disable?
Thanks again.
Reactions are currently unavailable