We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
<a>
</a>
<?xml version="1.0" encoding="UTF-8"?> <a attr=""></a></a
The text was updated successfully, but these errors were encountered:
Fixed with #897
Sorry, something went wrong.
Multiple xml(DownloadProblem) errors when referencing missing schema in
6342788
file association Fixes eclipse-lemminx#878 Signed-off-by: azerr <azerr@redhat.com>
fcac7bb
angelozerr
No branches or pull requests
Given this XML:
There is a code action to close
<a>
with</a>
. However, the result is:The text was updated successfully, but these errors were encountered: