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
the command check in pwsh/powershell configs is wrong. "-Command" won't match "-command" or "-c". VSCode & other terminals use the -c option and expect it to be interactive, so this will need re-visiting
The text was updated successfully, but these errors were encountered:
the command check in pwsh/powershell configs is wrong.
"-Command"
won't match"-command"
or"-c"
. VSCode & other terminals use the-c
option and expect it to be interactive, so this will need re-visitingThe text was updated successfully, but these errors were encountered: