“无法停止-进程1932已退出,状态为0”

I've only recently started experiencing an issue in Visual Studio Code while running applications in debug mode, I always get this error:

Failed to halt - Process 2152 has exited with status 0

Just after main() function exits, even when I import only fmt package and print "Hello World", or running applications those were previously working.

I pulled same project on another machine and run it (for example "Hello World" project). I'm getting the same error message.

Has anyone else experienced the same? It doesn't seem to occur when I run built applications using cmd (command prompt).