Live Variables are available in VSCode but disabled by default in the cortex_debug extension. To enable add following snippet to your configuration:
"liveWatch": {
"enabled": true,
"samplesPerSecond": 20
},
See Issue in STM32 extension.
For additional information please also have a look at cortex_debug debug attirbutes.