I have Visual Studio Code x64 installed with the PowerShell Pro.
When I compile, I get a 32 bits executable. How do I change it so I get a 64 bits executable?
You can set the Platform property in the package.psd1 to adjust the architecture: Package.psd1 - PowerShell Pro Tools