.NET Core debugging with VS Code - "Only 64-bit processes can be debugged"

I don't have VS 2017, and I'll be building a web front-end in VS Code anyway so I want to use VS Code. Until .NET Standard 2.0 comes out, our libraries are also in 4.6.1, so I'm targetting net461 i...