Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Action to close root element closing tag inserts wrong closing tag #878

Closed
datho7561 opened this issue Sep 16, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working code action
Milestone

Comments

@datho7561
Copy link
Contributor

Given this XML:

<?xml version="1.0" encoding="UTF-8"?>
<a attr=""></a

There is a code action to close <a> with </a>. However, the result is:

<?xml version="1.0" encoding="UTF-8"?>
<a attr=""></a></a
@angelozerr angelozerr added the bug Something isn't working label Sep 17, 2020
@angelozerr angelozerr self-assigned this Oct 7, 2020
@angelozerr angelozerr added this to the 0.14.0 milestone Oct 7, 2020
@angelozerr
Copy link
Contributor

Fixed with #897

angelozerr pushed a commit to angelozerr/lemminx that referenced this issue Feb 16, 2023
file association

Fixes eclipse#878

Signed-off-by: azerr <azerr@redhat.com>
angelozerr pushed a commit to angelozerr/lemminx that referenced this issue Feb 16, 2023
file association

Fixes eclipse#878

Signed-off-by: azerr <azerr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code action
Projects
None yet
Development

No branches or pull requests

2 participants