Skip to content

Commit 84724a0

Browse files
committed
Added comment for this hopefully temporary change.
1 parent 41a771f commit 84724a0

File tree

1 file changed

+1
-0
lines changed
  • src/PowerShellEditorServices.Protocol/DebugAdapter

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices.Protocol/DebugAdapter/Scope.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static Scope Create(VariableScope scope)
2929
return new Scope {
3030
Name = scope.Name,
3131
VariablesReference = scope.Id,
32+
// Temporary fix for #95 to get debug hover tips to work well at least for the local scope.
3233
Expensive = (scope.Name != VariableContainerDetails.LocalScopeName)
3334
};
3435
}

0 commit comments

Comments
 (0)