Jason Archer
Jason Archer
This might also be a problem with Pansies. ``` Import-Metadata : Exception calling "InvokeReturnAsIs" with "1" argument(s): "Cannot convert value "Cyan" to type "PoshCode.Pansies.RgbColor". Error: "GetConsoleScreenBufferInfoEx->WinError: #6"" At C:\Program Files\WindowsPowerShell\Modules\Configuration\1.3.0\Configuration.psm1:417...
Input: ./con[TAB] Expected: ./convert.ps1 Actual: convert.ps1 Works fine with ".\con[TAB]".
Convert this code into a usable function: ``` function Show-ConsoleListPreview { $Colors = $PowerTabConfig.ConsoleList.Colors Write-Host " " -NoNewLine Write-Host "┌─" -ForegroundColor $Colors.BorderColor -BackgroundColor $Colors.BorderBackColor -NoNewLine Write-Host " I" -ForegroundColor $Colors.BorderTextColor...
It would be nice to display dynamic parameters where they are available.
**Observed behavior** Typing the following ``` PS> dir \HOSTNAME\c$\ ``` causes the following: ``` PS> dir "\HOSTNAME\c`$\MyFavoriteDirectory" ``` Notice the extra backtick escaping the `$`, which is in fact part...
``` New-IsolatedStorageDirectory : Exception calling "GetUserStoreForAssembly" with "0" argument(s): "Unable to determine granted permission for assembly." At C:\Users\Jason\Documents\WindowsPowerShell\Modules\PowerTab\TabExpansionLib.ps1:432 char:17 + New-IsolatedStorageDirectory "PowerTab" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [New-IsolatedStorageDirectory],...
I'm having a few display issues using PowerTab through PowerShell.exe. When scrolling down for a while and then back up, occasionally "]" characters remain at the end of the status...
Possible uses: ```powershell Using namespace Using module Using module ```