Skip to content
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

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

Closed
VjekoslavKrainovic opened this issue Mar 3, 2020 · 6 comments
Closed

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

VjekoslavKrainovic opened this issue Mar 3, 2020 · 6 comments
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Resolution-Answered Related to questions that have been answered

Comments

@VjekoslavKrainovic
Copy link

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.

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Mar 3, 2020
@DHowett-MSFT
Copy link
Contributor

Please share a screenshot.

@DHowett-MSFT
Copy link
Contributor

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

@DHowett-MSFT DHowett-MSFT added the Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something label Mar 3, 2020
@ghost ghost added Needs-Attention The core contributors need to come back around and look at this ASAP. and removed Needs-Author-Feedback The original author of the issue/PR needs to come back and respond to something labels Mar 3, 2020
@VjekoslavKrainovic
Copy link
Author

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

@DHowett-MSFT
Copy link
Contributor

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 DHowett-MSFT added Issue-Question For questions or discussion Resolution-Answered Related to questions that have been answered and removed Needs-Attention The core contributors need to come back around and look at this ASAP. labels Mar 3, 2020
@VjekoslavKrainovic
Copy link
Author

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 
    
    

@DHowett-MSFT
Copy link
Contributor

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Question For questions or discussion Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Resolution-Answered Related to questions that have been answered
Projects
None yet
Development

No branches or pull requests

2 participants