formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension breaks html

jordyvandomselaar opened this issue · comments

It seems to pick the wrong opening/closing tag.

Kapture 2020-05-23 at 15 37 50

diff

It looks like v0.1.3 doesn't include the fix for #535

@formulahendry I think you might have forgotten to run npm run package before publishing v0.1.3

Hi @SimonSiefke , I run npm run publish to do publishing. It is using the latest code.

I've uninstalled and the reinstalled the extension and now it works. It's probably an issue with the VSCode Marketplace then because the code in ~/.vscode/extensions/formulahendry.auto-rename-tag-0.1.3 is different now (and includes the fix for #535)

Sorry for blaming you @formulahendry 😉

new-code

@jordyvandomselaar There is an issue with the VSCode marketplace which causes VSCode to install a wrong version.

You can download v0.1.4 manually:
Step 1: Download auto-rename-tag-0.1.4.zip and extract the zip
Step 2: In VSCode, open the Command Palette with Ctrl+Shift+P and type "Extensions: Install from vsix"
Step 3: Select the vsix and install