Dongbo Wang

Results 460 comments of Dongbo Wang

This could be related to https://github.com/microsoft/terminal/issues/18459

> This is expected when the setting in "Manage App Execution Aliases" gives precedence to Terminal Stable @DHowett My settings for "Terminal" and "Terminal Preview" are shown below. Does it...

They are created by the [Windows PowerShell module compatibility feature](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_windows_powershell_compatibility?view=powershell-7). It looks that the `ScheduledTasks` module is not compatible with PowerShell 7 (missing `CompatiblePSEditions = @('Desktop', 'Core')` in the .psd1...

Reopen the issue. It looks to me a real problem that the "WinPS Compat" feature creates proxy modules without cleaning them up. Assign to @anmenaga to take further action.

@tapika `Get-WmiObject` is not available in PowerShell 7+. Directly using `Get-WmiObject` will cause the Windows PowerShell version of the `Microsoft.PowerShell.Management` module to be loaded in the PowerShell 7 session via...

> I'm not really too familiar with the ETW side and the PSDiagnostics module but wouldn't this be a breaking change? Right now the PSDiagnostics module is importable in PS...

@MartinGC94 can you please review this PR when you have time? Thank you!

> Only one of these catch-all completers can be registered and it sounds like you are planning on doing that in UnixTabCompletion so if anyone else tries to do the...