You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix HTML element close tag auto-insertion inside Liquid branches (#516)
There was a bug with our findCurrentNode algorithm that made it so we'd go in the wrong node when a branch had child nodes.
The fix was to have more information on the AST and flag LiquidBranch as "unclosed" when their blockEndPosition is -1, -1.
It's kind of a nasty bug tbh.
Fixes#515
Copy file name to clipboardexpand all lines: packages/theme-language-server-common/src/formatting/providers/HtmlElementAutoclosingOnTypeFormattingProvider.spec.ts
Copy file name to clipboardexpand all lines: packages/theme-language-server-common/src/linkedEditingRanges/providers/HtmlTagNameLinkedRangesProvider.spec.ts
0 commit comments