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

`Find/Install PowerShell Modules from the Gallery` command not working

Open StevenBucher98 opened this issue 3 years ago • 1 comments

Prerequisites

  • [X] I have written a descriptive issue title.
  • [X] I have searched all 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.

Summary

When I try to use the command PowerShell.PowerShellFindModule it says it begins to load all the available modules from (pressumably) the PS Gallery and get hung and goes no where

image

PowerShell Version

$PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.2.1
PSEdition                      Core
GitCommitId                    7.2.1
OS                             Microsoft Windows 10.0.22000
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Visual Studio Code Version

code --version
1.63.2
899d46d82c4c95423fb7e10e68eba52050e30ba3
x64

Extension Version

code --list-extensions --show-versions | Select-String powershell

[email protected]
[email protected]

Steps to Reproduce

Ctrl + Shift + P to open cmd palette, and then select the Find/Install PowerShell Modules from the Gallery. It does nothing. As I am not sure what it is suppose to do, I do not know what to expect what the expected output would be. Not sure if you know @SydneyhSmith?

Visuals

No response

Logs

No response

StevenBucher98 avatar Jan 25 '22 22:01 StevenBucher98

We should consider removing the feature

SydneyhSmith avatar May 09 '22 18:05 SydneyhSmith