PSScriptTools
v2.37.0
- Updated
Convertto-WPFGrid
to better handle non-standard property names. (Issue #108). - Modified custom format files that use ANSI to test if host name matches 'console' or 'code' to support VSCode.
- Modified
Summary
view inpsparameterinfo.format.ps1xml
to not use autosizing. - Added
<AutoSize/>
back toserviceansi.format.ps1xml
so that ANSI output displays properly. - Modified
Show-ANSI
andGet-PSAnsiFileMap
to use[char]27
instead of[char]0x1b
for Windows PowerShell sessions. - Modified ANSI sequences in format files to use
[char]27
. (Issue #107). - Modified ANSI sequences in format files recognize a remote PSSession. (Issue #106).
- Update
Get-PSLocation
to work in a PowerShell remoting session where there is no profile. (Issue #104). - Updated help
- Updated
README.md
.