You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this, figured out the issue—powershell 5.1 was loading an older version of the Powershell Community Extensions module (pscx), whose Expand-Archive command shadows the builtin version and has no DestinationPath parameter—problem is gone after removing the import.
Might be worth updating function/cmdlet calls to their module-qualifed paths to avoid similar issues (e.g. Expand-Archive -> Microsoft.PowerShell.Archive\Expand-Archive)?
vscode-ripgrep/lib/download.js
Line 218 in 275f60c
not sure if it is the problem of version of powershell, when I triedt to install this package, I got the error as the issue title,
would someone provide a fix?
thanks
The text was updated successfully, but these errors were encountered: