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

Typing '/' inside attribute value deletes element's contents. #138

Closed
smilediver opened this issue May 20, 2019 · 4 comments
Closed

Typing '/' inside attribute value deletes element's contents. #138

smilediver opened this issue May 20, 2019 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@smilediver
Copy link

Example XML:

        <animation id="show">
            <delay time="0.6"/>
        </animation>

Typing / character after h inside "show" deletes element's contents, and you get XML like this:

        <animation id="sh/>

Extension version: 0.5.1

@NikolasKomonen
Copy link
Contributor

This issue is already fixed!
#126
It will be available in the next release.

@smilediver
Copy link
Author

Nice! Thank you. :)

@fbricon fbricon added the duplicate This issue or pull request already exists label May 21, 2019
@fbricon
Copy link
Collaborator

fbricon commented May 21, 2019

@smilediver
Copy link
Author

Tried vscode-xml-0.6.0-3147.vsix | 21-May-2019 15:45 | 5.7M, the issue seems fixed. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants