We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730ca08 commit 8179caaCopy full SHA for 8179caa
src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
@@ -27,7 +27,7 @@ internal class VariableDetails : VariableDetailsBase
27
/// </summary>
28
public const string DollarPrefix = "$";
29
30
- private object valueObject;
+ protected readonly object valueObject;
31
private VariableDetails[] cachedChildren;
32
33
#endregion
0 commit comments