FreeRTOS integration with Visual studio Code

I am struggling with the integration of FreeRTOS and specially FreeRTOS+TCP in my Visual Studio Code project. My starting point is STM32CubeMX where i configure my peripherals and generate a cmake project. I can build and run it on my board. I was also able to run FreeRTOS Core (blinky Led from a task). But with integrating FreeRTOS+TCP i do have some issues. Is there a step by step guide. Please help on this.

This page has the details you are looking for - Adding the TCP/IP Source Files to an RTOS Project - FreeRTOS™.