We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a Windows 10 fr/FR, since latest fall update (the bad 1809 update), there is no more history in PowerShell and no colors while typing.
PS version: 5.1.17763.1
Split-Path : Impossible de lier l'argument au paramètre « Path », car il a la valeur Null. Au caractère Ligne:5 : 44 + ... et-Content "$(Split-Path -Parent (Get-Module PSReadLine).Path)\PSRead ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData : (:) [Split-Path], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.SplitPathCommand Get-Content : Impossible de trouver le chemin d'accès « C:\PSReadLine.psd1 », car il n'existe pas. Au caractère Ligne:5 : 10 + $m = Get-Content "$(Split-Path -Parent (Get-Module PSReadLine).Pa ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\PSReadLine.psd1:String) [Get-Content], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
PSReadline version: os: 10.0.17763.107 (WinBuild.160101.0800) PS file version: 10.0.17763.107 (WinBuild.160101.0800)
Use PowerShell !
The text was updated successfully, but these errors were encountered:
Duplicate of #614, fixed in the latest builds (available in AppVeyor) but not yet published to the PowerShell Gallery.
Sorry, something went wrong.
No branches or pull requests
On a Windows 10 fr/FR, since latest fall update (the bad 1809 update), there is no more history in PowerShell and no colors while typing.
Environment data
PS version: 5.1.17763.1
PSReadline version:
os: 10.0.17763.107 (WinBuild.160101.0800)
PS file version: 10.0.17763.107 (WinBuild.160101.0800)
Steps to reproduce or exception report
Use PowerShell !
The text was updated successfully, but these errors were encountered: