You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mrmlnc@egamma As of now the "emmet.syntaxProfiles" configuration in VS Code is being used for 2 purposes
To define how generated HTML content should look like as described in the docs for sytax-profiles in emmet. This is done by passing the profiles to emmet via emmet.loadProfiles()
Steps to Reproduce:
br
and pressTab
.Result is:
Should be:
Same for other tags.
Also didn't work shorthands like
input:radio
, result is:The text was updated successfully, but these errors were encountered: