emmet grouping not working #28771
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
emmet
Emmet related issues
VSCode Version: 1.13.1
OS Version: Win 10 Simp Chinese
useNewEmmet is set to true
step to reproduce:
open a new html and input (div>dl>(dt+dd)*3)+footer>p
expect result:
expand to
actual result:
only div>dl remains, dt and dd are gone.
extra info:
revert to 1.12 fix this problem
The text was updated successfully, but these errors were encountered: