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

Emmet xsl abbreviation doesn't expand correctly #32666

Closed
jlafitte opened this issue Aug 16, 2017 · 1 comment
Closed

Emmet xsl abbreviation doesn't expand correctly #32666

jlafitte opened this issue Aug 16, 2017 · 1 comment

Comments

@jlafitte
Copy link

  • VSCode Version: 1.15.1
  • OS Version: MacOS 10.12.6

Steps to Reproduce:

  1. In an xsl file, type in xsl
  2. Expands to:
<!!!></!!!>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |</xsl:stylesheet>

Expected output:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
</xsl:stylesheet>

Reproduces without extensions: Yes

@jlafitte
Copy link
Author

Sorry, just found out
Duplicate of #32430

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 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

1 participant