pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Does not highlight with recent vscode version #12

Closed marcelcremer closed 5 years ago

marcelcremer commented 5 years ago

Hey,

since the last update from VSCode, it seems like the highlighting is not working anymore:

image

Also it looks like the intellisense for default html tags is working:

image

But Emmet is not:

image

(Keine Vorschläge = no results)

Best Regards Marcel

pushqrdx commented 5 years ago

@marcelcremer sorry for the late reply, it's github not notifying me for some reason. So i have 1.33.1 and i just tested it out and it works as expected, can you try to disable all other extensions to see whether this is caused by so kind of collision? If still not working i would be really glad if you can provide a very bare bones test project where i can reproduce that.

marcelcremer commented 5 years ago

Hi @pushqrdx ,

I seem to have missed your notification. I switched to angular2-inline while it did not work and tried to reproduce the issue today - however, it's gone.

Sorry to have bothered you. If I can reproduce it somewhen later, I might reopen the ticket.

Thanks for your time, effort and the great plugin!

Cheers Marcel