vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

PSExtension not retrieving all packages with Find-PackageProvider

Open markcagatandavis opened this issue 6 months ago • 0 comments

Prerequisites

  • [X] I have written a descriptive issue title.
  • [X] I have searched all open and closed issues to ensure it has not already been reported.
  • [X] I have read the troubleshooting guide.
  • [X] I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
  • [X] I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
  • [X] If this is a security issue, I have read the security issue reporting guidance.

Summary

When performing the following, not all packages are available:

Find-PackageProvider -Name *

Bellow when executed from Windows Terminal image

Bellow when executed from VSCode PowerShell Extension image

PowerShell Version

Name                           Value
----                           -----
PSVersion                      5.1.22621.3880
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22621.3880
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Name             : ConsoleHost
Version          : 5.1.22621.3880
InstanceId       : 405721b7-b9c0-4b24-a29c-afe9d3af86fa
UI               : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture   : en-AU
CurrentUICulture : en-US
PrivateData      : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled  : True
IsRunspacePushed : False
Runspace         : System.Management.Automation.Runspaces.LocalRunspace

Visual Studio Code Version

1.91.1
f1e16e1e6214d7c44d078b1f0607b2388f29d729
x64

Extension Version

[email protected]

Steps to Reproduce

Type the following in both console and vsextension

Find-Package -Name *

Visuals

No response

Logs

No response

markcagatandavis avatar Jul 31 '24 04:07 markcagatandavis