Jason Archer

Results 7 comments of Jason Archer

This might not be possible as it seems that PowerShell can only stop code in PowerShell.

Support for PowerShell Core is not yet guaranteed (I haven't set up an environment to test it). I have fixed some obvious problems, but I probably won't get full testing...

Going to defer this issue. It appears to still be functional and the method of detecting special characters would have to change to identify all occurrences so that a more...

To uninstall, just delete the PowerTab module folder. It appears that I am not handling UNC paths correctly.

If I can't fix it, it should be removed in v2.0.

Those are part of the built in CimCmdlets module. If you say yes to loading WMI classes, then PowerTab will query the list of classes using Get-CimInstance. If you haven't...

@Konfekt Does `(Get-Host).UI.RawUI` work in that environment? Or `(Get-Host).UI.RawUI.BufferSize.Width`?