Skip to content

Commit 7824c51

Browse files
Update src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
Co-authored-by: Patrick Meinecke <[email protected]>
1 parent 2f8fee8 commit 7824c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public override string ToString()
441441
/// <summary>
442442
/// A VariableDetails that only returns the raw view properties of the object, rather than its values.
443443
/// </summary>
444-
internal class VariableDetailsRawView : VariableDetails
444+
internal sealed class VariableDetailsRawView : VariableDetails
445445
{
446446
private const string RawViewName = "Raw View";
447447

0 commit comments

Comments
 (0)