Active code page: 65001 in PowerShell. I input in my PowerShell command chcp 65001, but I have same behavior.
5. Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
For example, I have SashaGoddess.ps1 file:
function FileSize2
{
dir $args [0] |
where {$_.Length -gt 100000}
}
I install PowerShellHelp → I restart Sublime Text → I place my carriage in first line of my SashaGoddess.ps1 file → Ctrl+Shift+P → Document: cmdlet → I get actual behavior.
6. Environment
Operating system and version:
Windows 32-bit 10.0.14393
Sublime Text:
Build 3126
PowerShell:
5.1.14393.576
1. Summary
Package not working for me. I get stack trace in console.
2. Expected behavior
Successfully begin to use PowerShell Help.
3. Actual behavior
4. Settings
ps1
files,Active code page: 65001
in PowerShell. I input in my PowerShell commandchcp 65001
, but I have same behavior.5. Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
For example, I have
SashaGoddess.ps1
file:I install PowerShellHelp → I restart Sublime Text → I place my carriage in first line of my
SashaGoddess.ps1
file → Ctrl+Shift+P →Document: cmdlet
→ I get actual behavior.6. Environment
Operating system and version: Windows 32-bit 10.0.14393 Sublime Text: Build 3126 PowerShell: 5.1.14393.576
Thanks.