typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
110 stars 51 forks source link

VSCode release #631

Closed chrisvdp closed 11 months ago

chrisvdp commented 1 year ago

I noticed that the current version of glint published in the vscode marketplace is 1.0.3 while the current version here is in the 1.2.0 range.

https://marketplace.visualstudio.com/items?itemName=typed-ember.glint-vscode

dfreeman commented 1 year ago

There have been no changes to the Code extension since 1.0.3, and it uses your local copy of @glint/core, so there's been no reason to do a release to the Code Marketplace.

We should probably put a note in the extension's README to that effect.