You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having a duplicate .csproj to build the x86-only EXE, it's more convenient to use corflags.exe to generate the x86 version from the AnyCPU version. I do this in the PowerShell ISE Preview build and it seems to be working really well so far.
One other benefit of this change is that both of the EXEs will end up in the same PowerShellEditorServices.Host\bin* folder which makes it easier to set a path to the x64/x86 binaries in VS Code when testing different architectures.