CMake with CMake extension in VS Code is much better for my workflow
And cmake workflow is same on Code-OSS and VS Codium (at least for me)
This repo contains my Visual Studio Code .json files Directory Structure for C++
workspaceFolder
├── .vscode
├── bin
│ └── intermediates
├── include
├── libs
└── src
├── private
└── public