Closed
Description
What is the plan for allowing a user to choose between the x86 and x64 host? I was expecting to see two debugger configurations in the package.json file: “PowerShell x86” and “PowerShell x64”.
I’m not sure which should be the default (probably the x64 host). Anyway, I was thinking about changing the package.json file but I realize I’m not sure how the two EXE and CMD files will be placed in the extension's install dir. The exe’s have different names so they could be co-located in the Bin dir but the CMD files have the same name. Is this a case where the x86 CMD should have x86 put in its filename so it can be co-located in the Bin dir?
Thoughts?