-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
angular
syntax profile from emmet doesn't work after 1.5.0 update
#11799
Comments
Hello, @AldoMX, What do you mean by |
I think I'm getting crazy... Apparently the Anyway, the "issue" is real, but it will probably be a WONTFIX: In VS Code <= 1.4.0, when you press tab and the emmet profile is invalid, ex.:
It triggers emmet anyway, which results in emmet expanding invalid expressions (but valid in the context of Angular) such as
into
Which led me to believe the non-existent Basically, VS Code 1.5.0 fixed the bug, broke my workflow, and made me learn that I was probably asleep when I found out about the Please accept an apology and the following XKCD comic for this bogus bug report. |
Don't worry. Now Please, close this issue if it is resolved. |
@AldoMX Emmet abbreviations should work for you in html files without setting any syntax profiles. |
Steps to Reproduce:
1 - Set the
angular
syntax profile in yoursettings.json
, example:2 - Create a new HTML File
3 - Try to expand an emmet expression, example:
3b - Or an angular-specific emmet expression, example:
I noticed that both versions of VS Code: 1.4.0 and 1.5.1 have the same version of emmet installed (1.3.1).
The text was updated successfully, but these errors were encountered: