Thanks the quick information. I would like to use it for C/C++ Linux cross compiling in CMake. I could configure Visual Studio Professional’s CMake project to use any self-installed cross compiler gcc, i could do that same in VS Code too, it is working. For short time C/C++ SonarLint can be interesting for me in VS Code too, but only if it can support any kind of compiler not just MSVC.
As i understand your current implementation can use CMAKE_EXPORT_COMPILE_COMMANDS
to generate a json which is fine to do any analysing. Probably it is the good way in VS Code too, but it would be really important to implement it in compiler independent mode, then later this is what could need in Visual Studio Professional, too.