johnknoop / vscode-handlebars-preview

Preview Handlebars templates in VS Code
MIT License
16 stars 10 forks source link

Preview doesn't show #56

Closed Notaduck closed 1 year ago

Notaduck commented 1 year ago

Hi There. This plugin worked flawless last week but after the latest update to vs-code does it seem like something is broken and the preview tab/window doesn't show up at all.

➜ code --version
1.78.0
252e5463d60e63238250799aef7375787f68b4ee
x64
vscode-handlebars-preview: v1.4.1
johnknoop commented 1 year ago

Hi @Notaduck and thanks for reporting this!

I'm trying in version 1.78.1 of VS Code and it seems to be working for me. I'm on Windows.

What OS are you on? Can you try updating VS Code to 1.78.1?

Notaduck commented 1 year ago

@johnknoop

I'm on macOs Ventura 13.3.1 and have just updated to the latest version of vscode

1.78.1
6a995c4f4cc2ced6e3237749973982e751cb0bf9
x64

But the issue is still persistent.

utillity commented 1 year ago

I have noticed that this can also be due to either UTF-8 BOM or an error in the template or JSON you are creating. Can you post your HBS and JSON file as well?

johnknoop commented 1 year ago

Closing due to inactivity