Building Unreal Engine from Source using Visual Studio Code

Hi! As Visual Studio Code is now an option to use with Unreal I would like to know if there are any plans to use it as an option to build Unreal Engine from source.
I’ve using Unreal with VS Code, but now using the source I need to use XCode.

Thank you!

VS Code can only be used as a code editor. Compilation is always done by XCode in MacOS, MSBuild (Visual Studio) in Windows and Clang in Linux.

Thank you @Manoel.Neto !