mylesmmurphy / prettify-ts

Prettify TypeScript: Better Type Previews
https://marketplace.visualstudio.com/items?itemName=MylesMurphy.prettify-ts
MIT License
263 stars 8 forks source link

Object nesting missing one tab #7

Closed Uziniii closed 10 months ago

Uziniii commented 11 months ago

That happen when I do [key: any]

image

mylesmmurphy commented 11 months ago

Hi @Uziniii, thanks for pointing this out! I will look into it and hopefully will have a resolution within a couple of days.

mylesmmurphy commented 11 months ago

Potential fix here: https://github.com/mylesmmurphy/prettify-ts/pull/8

mylesmmurphy commented 10 months ago

Just published v0.0.16 which includes the fix for this issue. It's not an ideal fix, but it works for now and is much faster than other formatting options. 😄