Closed christophercook closed 6 months ago
Hey @christophercook! Thanks for mentioning this. I confirmed the default VSCode preview behavior is to only show the question mark, and not the union with undefined. I will get this updated ASAP!
This issue has been resolved in the latest release v0.0.18 👍
When inspecting a type which has optional properties, the property displays with both a question mark and
| undefined
I expect only one or the other, preferably the question mark shorthand.