Setting up CubeMX for Arm Keil Studio plugin for VS Code (MDK6)

I am trying to integrate STM32CubeMX in the Arm Keil Studio plugin for VS Code, using the new MDK6:

  • When I created the project, I selected the SMT32 processor i am working on
  • Afterwards, under software components, I can configure my device to be either "Standalone" or "STM32CubeMX", but I cannot seem to find a way to launch STM32CubeMX to do any configuration

I can find plenty of tutorials on how to do it via uVision on MDK5, but I cannot find similar tutorials on the VS code plugin.

For uVision it is stressed that CubeMX should not be launched directly, but rather from within uVision, so I am expecting something similar to be the case for the VS Code plugin?

The most information concerning MDK6 I have found is the ffollowing orum post, however that does not describe how to set this up:

https://community.arm.com/support-forums/f/keil-forum/55802/arm-keil-mdk-6-introduction

I am completely new to the entire Keil ecosystem, so any direct help, or referral to any guide or tutorial I may have missed, would be greatly appreciated.