runem / lit-analyzer

Monorepository for tools that analyze lit-html templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[vscode-lit-plugin] Auto close tag does not work anymore in lit-template

cWenyu opened this issue · comments

Hi,

I recently found the lit-plugin v1.3.0 does not auto close tag, I recorded two small videos to show the difference between vs code 1.76.2 and 1.82.2. However, vscode-lit-plugin does not work as expected in version 1.76.2 either, only the first element is auto-closed and the second one does not.

Please let me know if you need more information.

Visual Studio version: 1.82.2

auto-close-1.82.2.mp4

Visual Studio version: 1.76.2

auto-close-1.76.2.mp4

Best regards

update typescript to v5.2.2 would solve the issue.

It still doesn't work after typescript update.

Have you checked on different versions of vscode?