-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
After installation I get this exception #2
Comments
I "fixed" commenting line 26, but it is not the right way if((Get-Module -Name "PSReadline").Version.Major -gt 1) { |
What do you get with
|
PS C:\Users\Tommaso> (Get-Module -Name "PSReadline").Version.Major |
Maybe is my build (1809). Since i upgraded i have no color inside powershell by default. |
It is possible. Line 26 was there to support third-party PSReadline module: https://www.powershellgallery.com/packages/PSReadline/, which has major version 2.
so the second branch is executed? |
Same issue as OP and I'm also on 1809. |
I believe it is bug of 1809. I also have troubles with vscode terminal: Terminal it is not visible until u hit return. (same on phpstorm…) |
@jespinoza84 @Tommasov |
Windows PowerShell
Copyright (C) Microsoft Corporation. Tutti i diritti sono riservati.
Set-PSReadLineOption : L'inizializzatore di tipo di 'Microsoft.PowerShell.PSConsoleReadLine' ha generato un'eccezione.
In C:\Users\Tommaso\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:26 car:5
C:\Users\Tommaso
λ
The text was updated successfully, but these errors were encountered: