Alex Matchneer
Alex Matchneer
Very weird; if you "Go to Definition" on `NoResultsPlaceholder` in the 2nd screenshot, does it go to the right file?
@bertdeblock and in the first screenshot (if you remove the initial .gts) does "Go to Definition" work on `NoResultsPlaceholder` ?
@bertdeblock I wouldn't be surprised if you do also need that hack for .ts files. I don't have an ideal Glint solution in mind, but here are a few thoughts:...
Someone from Volar gave me a helpful lead and I was able to achieve the 3rd option here: #890
Try out pre-release 1.4.10 to see this fixed on TS files.
> I guess this should be closed as it's covered by [#933](https://github.com/typed-ember/glint/pull/933) Correct, hbs support has been removed and won't be reinstated.
@elwayman02 this seems pretty easily doable; keeping this on my radar
Support for loose mode and hence two file components has been removed for v2 glint
Running into this issue, sharing workaround for posterity (and perhaps there are better ways to do this). Specifically i have `src/fonts/**` that need to be preserved in `dist`/. I have...
FYI I think `addon.publicAssets(...)` has the same issue (I tried using it as a workaround but still couldn't get anything to show up in dist).