andrejunges / vscode-handlebars

Handlebars for Visual Studio Code
https://marketplace.visualstudio.com/items/andrejunges.Handlebars
MIT License
18 stars 7 forks source link

Ctrl+/ in hbs files creates html comments #4

Closed peterblunden-egrowcery closed 7 years ago

peterblunden-egrowcery commented 7 years ago

Hitting ctrl+/ in an hbs edit window inserts html comments <!-- etc --> instead of handlebars ones {{!-- etc --}}

andrejunges commented 7 years ago

that's strange, it used to work. they must have changed something related to it. I'll dig deeper when I get some time. Thanks for reporting it.

peterblunden-egrowcery commented 7 years ago

Yeah it stopped working after a recent vscode update. Great plugin - keep up the good work ;)

peterblunden-egrowcery commented 7 years ago

Looks like vscode v1.7.2 has fixed this :)