-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Insiders 1.15.0-insider
- OS Version: Windows 10
Steps to Reproduce:
- Make an XSL file with a basic XML structure
- Type 'wh' + tab, it incorrectly expands to '<wh></wh>'
- Set "emmet.useNewEmmet":false in preferences
- Type 'wh' + tab in the XSL file... it expands (correctly) to: '<xsl:when test=""></xsl:when>'
Same for other xsl emmet extensions.
'if' expands to '<if>', but should expand to '<xsl:if test=""></xsl:if>'
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeededVerification succeeded