Vscode-powershell: Intellisense stops working when stopped on a breakpoint

Created on 16 Mar 2017  路  4Comments  路  Source: PowerShell/vscode-powershell

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

not-debugging

Debugging

debugging

Attached Logs

logs.zip
vscode-powershell.txt
EditorServices.txt
.

Issue-Bug

Most helpful comment

Thanks! I know what's causing this, will see if I can fix it quickly.

All 4 comments

Thanks! I know what's causing this, will see if I can fix it quickly.

@daviwil Looks like this is happening again since 0.11 was release looks like it is affecting the symbol search as well (ctrl-shift-o) now

doesn't give me the option to reopen the issue should I create a brand new one?

I will try and get you a new log on Monday morning or over the weekend if I am doing any coding at home

Hmmm, that shouldn't have been affected in this update. Definitely send along logs when you get a chance. I'll reopen this issue when I verify what's going on. Thanks!

@daviwil Ok, so it seems to be happening with long running commands not on a breakpoint
adding my logs from most recent session this happened in
vscode-powershell.txt
EditorServices.txt

Was this page helpful?
0 / 5 - 0 ratings