Closed
Description
System Details
- Operating system name and version:
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.16299.0 Microsoft Windows NT 10.0.16299.0
- VS Code version: 1.21.1
- PowerShell extension version: 1.6.0
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:
code -v
1.21.1
79b44aa704ce542d8ca4a3cc44cfca566e7720f1
x64
$pseditor.EditorServicesVersion
Major Minor Build Revision
----- ----- ----- --------
1 6 0 0
code --list-extensions --show-versions
codezombiech.gitignore@0.5.0
donjayamanne.githistory@0.4.0
DotJoshJohnson.xml@1.9.2
eamodio.gitlens@8.2.0
formulahendry.docker-explorer@0.1.6
mohsen1.prettify-json@0.0.3
ms-python.python@2018.3.1
ms-vscode.PowerShell@1.6.0
ms-vsliveshare.vsliveshare@0.2.307
njpwerner.autodocstring@0.2.0
PeterJausovec.vscode-docker@0.0.26
ryu1kn.partial-diff@0.5.1
tushortz.python-extended-snippets@0.0.1
vscoss.vscode-ansible@0.1.5
wholroyd.jinja@0.0.8
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.16299.251
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.251
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
### Issue Description
IntelliSense is slow or unresponsive when using powershell in the editor.
To get it to work correctly again, I have to kill and restart powershell in Vscode to force it to work again.
### Attached Logs