Intellisense stops working when stopped on a breakpoint #566
Closed
Description
System Details
- Windows 10 1607
- VS Code version: 3.10.9
- PowerShell extension version: 0.10.0
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 5.1.14393.693
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.693
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Intellisense stops working when stopped on a breakpoint
if i am coding normally intellisense works as expected
if i set a breakpoint enter debug mode and try to write code i get no intellisense
Not Debugging
Debugging