Find-WinGetPackage fails with "Windows Package Manager Group Policy Settings" error in VSCode PowerShell Extension Terminal #5266
Xeon-774
started this conversation in
PowerShell
Replies: 3 comments
|
I have exactly the same problem. |
0 replies
|
My TEMPORARY workaround looks like this: |
0 replies
|
the same thing. if I select |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When running a .ps1 script in the PowerShell Extension Debug Terminal in VSCode, executing the Find-WinGetPackage command results in the following error:
However, when I execute the same command in the default PowerShell Terminal within VSCode, it works as expected without any errors.
I am unsure if this issue is related to the VSCode PowerShell extension, WinGet itself, or a misconfiguration on my end. For now, I am opening this discussion here to determine if it is a known issue with Windows Package Manager.
Steps to Reproduce
Find-WinGetPackage -Name terminalAll reactions