We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8fee8 commit 7824c51Copy full SHA for 7824c51
src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
@@ -441,7 +441,7 @@ public override string ToString()
441
/// <summary>
442
/// A VariableDetails that only returns the raw view properties of the object, rather than its values.
443
/// </summary>
444
- internal class VariableDetailsRawView : VariableDetails
+ internal sealed class VariableDetailsRawView : VariableDetails
445
{
446
private const string RawViewName = "Raw View";
447
0 commit comments