Skip to content

Commit ec4d64b

Browse files
committed
Add missing file references to CoreCLR project
1 parent ea101b3 commit ec4d64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PowerShellEditorServices/Nano.PowerShellEditorServices.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<Compile Include="Debugging\BreakpointDetailsBase.cs" />
5252
<Compile Include="Debugging\DebugService.cs" />
5353
<Compile Include="Debugging\CommandBreakpointDetails.cs" />
54+
<Compile Include="Debugging\InvalidPowerShellExpressionException.cs" />
5455
<Compile Include="Debugging\StackFrameDetails.cs" />
5556
<Compile Include="Debugging\VariableDetails.cs" />
5657
<Compile Include="Debugging\VariableDetailsBase.cs" />
@@ -158,6 +159,7 @@
158159
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\Scope.cs" />
159160
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\ScopesRequest.cs" />
160161
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\SetBreakpointsRequest.cs" />
162+
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\SetVariableRequest.cs" />
161163
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\SetExceptionBreakpointsRequest.cs" />
162164
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\Source.cs" />
163165
<Compile Include="..\PowerShellEditorServices.Protocol\DebugAdapter\SourceRequest.cs" />

0 commit comments

Comments
 (0)