Inspection Feature in Agents.jl only showing position of agents

I have worked through the tutorials for Agent.jl, as well as recreating the schelling.jl model. I have run into a problem with the Agent Inspection feature. I have no problem being able to inspect the agents, but rather than providing “the name of the agent type, its id, pos, and all other fieldnames together with their current values”, all that I see is the position of the agent.

FYI, I am working in VSCode with the latest versions of everything. Also, I did figure out that I needed to add the line Makie.inline!(false) to get a Makie window to open. When I run the code in a terminal window, I encounter the same issue.