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 41a771f commit 84724a0Copy full SHA for 84724a0
src/PowerShellEditorServices.Protocol/DebugAdapter/Scope.cs
@@ -29,6 +29,7 @@ public static Scope Create(VariableScope scope)
29
return new Scope {
30
Name = scope.Name,
31
VariablesReference = scope.Id,
32
+ // Temporary fix for #95 to get debug hover tips to work well at least for the local scope.
33
Expensive = (scope.Name != VariableContainerDetails.LocalScopeName)
34
};
35
}
0 commit comments