VSCode Tooltips - Help

Hi there,
I’m trying to figure out how/why my tooltips in VSCode don’t show the type of a variable like in the training course. Is there a particular keypress that toggles this?

Note: Disregard the hyperlinked appearance of my variable, that was a result of the keypress required to take the snip.

Please see the below image example.

Thanks in advance.

Not sure. I would make sure you have installed pylance extension. That is currently the recommended python extension in VSCode to enable python programming extensions - type checking is one of its features.