Closed
Description
Please fill in these details so that we can help you!
System Details
- Operating system name and version: Windows 10 1607
- VS Code version: 1.5.3
- PowerShell extension version: 0.7.2
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 5.1.14393.187
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.187
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I can no longer hover over a variable in the debugger and get a hover tip. This used to work not too long ago.
Attached Logs
In looking at the log, we return false for supportsEvaluateForHovers
. Is that right? We do support hover though, right? OTOH I don't think our eval is side-effect free. Maybe that's why this is false?