We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac836b commit 139833bCopy full SHA for 139833b
src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
@@ -431,7 +431,7 @@ public override string ToString()
431
/// <summary>
432
/// A VariableDetails that only returns the raw view properties of the object, rather than its values.
433
/// </summary>
434
- internal class VariableDetailsRawView : VariableDetails
+ internal sealed class VariableDetailsRawView : VariableDetails
435
{
436
private const string RawViewName = "Raw View";
437
0 commit comments