VS Code Julia -- inline detail is not shown after execution

image

How do I get the extra inline detail to the right of the following statement after execution:
cars = dataset(“cars”) |406x9 Vega dataset

I am not sure I understand the question, are you looking for size?

I don’t even now how to describe this feature but it is demoed at Juliacon2020 by David Hanthoff on this youtube video (starting at minute 4.)

This was something I was confused by as well, and here is how to toggle that.

O your User Settings and type julia.result. It will show a pulldown menu like this:
image

Choose either inline or both, and you are good to go.