Import-Module Microsoft.PowerShell.PSResourceGet $commonArgs = @{ 'ApiKey' = '{key redacted}' 'SkipDependenciesCheck' = $true 'SkipModuleManifestValidate' = $true ...
When using the powershell.debugging.createTemporaryIntegratedConsole setting, if you use Ctrl+C to cancel a running script the PowerShell debugger does not stop; it ...