The VSCode plugin does not support the new .NET Core Tool bootstrapper out of the box. It still expects a ps1 file. I was able to work around it by adding a ps1 file that just calls "dotnet cake" with the supplied arguments, but it would be nice for it to work out of the box.