Visual Studio Code with UE4

You can currently use VSCode for UE4 projects, you can even launch the project (run debugging and run without debugging).
However, I cannot compile the project from VSCode (Terminal -> Run Build Task). The following error message appears:



The task stays running, until you delete it, the editor does not open:

Therefore I can only compile from within the editor (Hot Reload):
4.PNG

Has anyone managed to build a project from VSCode?