Skip to content

Commit 5f9f0cc

Browse files
committed
PSES side changes for issue #96 - support x86/x64 debugging.
Besides **all** the awesome work @adamdriscoll did to enable this; there are some changes that need to be made to package.json in the vscode repo. In order to support those changes, we need a different filename for the x86 batch file that launches the x86 debug host.
1 parent 2fcd1e0 commit 5f9f0cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/PowerShellEditorServices.Host.x86/PowerShellEditorServices.Host.x86.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Compile Include="Properties\AssemblyInfo.cs" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd">
56+
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.x86.cmd">
5757
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5858
</Content>
5959
<None Include="..\PowerShellEditorServices.Host\App.config">

0 commit comments

Comments
 (0)