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

Zen Coding Command Outputting Extra Closing Tag #17981

Closed
ImranAhmed opened this issue Jan 1, 2017 · 2 comments
Closed

Zen Coding Command Outputting Extra Closing Tag #17981

ImranAhmed opened this issue Jan 1, 2017 · 2 comments

Comments

@ImranAhmed
Copy link

  • VSCode Version: 1.8.1
  • OS Version: Windows Home Premium 64GB

Steps to Reproduce:

  1. create a new .html file
  2. enter the following valid zen code command: div>p

actual output:

<div></div>
    <p></p>
</div>

expected output:

<div>
    <p></p>
</div>
@mrmlnc
Copy link
Contributor

mrmlnc commented Jan 1, 2017

The problem is caused by one of the installed extensions. IMO, maybe, it's Auto Close Tag or other.

@ImranAhmed
Copy link
Author

Thanks, this makes sense. Disabling Auto Close Tag resolves this.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants