I dont see text after i type "--" #6729

Closed
opened 2026-01-31 00:45:47 +00:00 by claunia · 6 comments
Owner

Originally created by @VjekoslavKrainovic on GitHub (Mar 3, 2020).

When I type "--" i don't see any text in the terminal after that aswell as "--", for example when I type "git --version" I see it as "git" but when I press enter I see a version.

I use Posh-Git, Oh-My-Posh and Cascadia Code PL font.

Originally created by @VjekoslavKrainovic on GitHub (Mar 3, 2020). When I type "--" i don't see any text in the terminal after that aswell as "--", for example when I type "git --version" I see it as "git" but when I press enter I see a version. I use Posh-Git, Oh-My-Posh and Cascadia Code PL font.
claunia added the Issue-QuestionNeeds-TriageNeeds-Tag-FixResolution-Answered labels 2026-01-31 00:45:48 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 3, 2020):

Please share a screenshot.

@DHowett-MSFT commented on GitHub (Mar 3, 2020): Please share a screenshot.
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 3, 2020):

And version info. And anything else that was in the bug report template.

@DHowett-MSFT commented on GitHub (Mar 3, 2020): And version info. And anything else that was in the bug report template.
Author
Owner

@VjekoslavKrainovic commented on GitHub (Mar 3, 2020):

https://imgur.com/a/Yi6bALT this is screenshot. I dont know how to get terminal version information

@VjekoslavKrainovic commented on GitHub (Mar 3, 2020): https://imgur.com/a/Yi6bALT this is screenshot. I dont know how to get terminal version information
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 3, 2020):

It looks like you're using a color scheme where color 90 (brightBlack) is the same as your background color. All utilities that set color 90 will see it disappear into the background.

Sorry; this is a configuration problem.

For PowerShell, you can change the colors for parameters and operators using Set-PSReadlineOption (you can view the current values with Get-PSReadlineOption)

@DHowett-MSFT commented on GitHub (Mar 3, 2020): It looks like you're using a color scheme where color `90` (`brightBlack`) is the same as your background color. _All_ utilities that set color 90 will see it disappear into the background. Sorry; this is a configuration problem. For PowerShell, you can change the colors for parameters and operators using `Set-PSReadlineOption` (you can view the current values with `Get-PSReadlineOption`)
Author
Owner

@VjekoslavKrainovic commented on GitHub (Mar 3, 2020):

Is it possible for you to explain me how to change color?
When i type "Get-PSReadlineOption"i am getting an error ->

Get-PSReadLineOp : The term 'Get-PSReadLineOp' is not recognized as the name of a cmdlet, function, script file, or ope
rable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again
.
At line:1 char:1

  • Get-PSReadLineOp
  •   + CategoryInfo          : ObjectNotFound: (Get-PSReadLineOp:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException 
    
    
@VjekoslavKrainovic commented on GitHub (Mar 3, 2020): Is it possible for you to explain me how to change color? When i type "Get-PSReadlineOption"i am getting an error -> > Get-PSReadLineOp : The term 'Get-PSReadLineOp' is not recognized as the name of a cmdlet, function, script file, or ope rable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again . At line:1 char:1 + Get-PSReadLineOp + ~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-PSReadLineOp:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException >
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 3, 2020):

You appear to have typed Get-PsReadlineOp. I don't know why you've left off the tion that belongs on the end.

You might be happier just choosing a different color scheme for Terminal in your Settings file. "Solarized Dark" is not a very good color scheme.

@DHowett-MSFT commented on GitHub (Mar 3, 2020): You appear to have typed `Get-PsReadlineOp`. I don't know why you've left off the `tion` that belongs on the end. You might be happier just choosing a different color scheme for Terminal in your Settings file. "Solarized Dark" is not a very good color scheme.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6729