Same tooltip does not work in following command #6065
Unanswered
Sedwin97
asked this question in
Troubleshoot
Replies: 1 comment 4 replies
-
@Sedwin97 I can't reproduce this at all with a simple tooltip config: {
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": " Hello ",
"foreground": "p:white",
"background": "p:blue",
"type": "text",
"style": "diamond",
"tips": [
"h",
"hello"
]
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
What happened?
I have the tooltip git example and another for "perl". The tooltips will render the first time I type out the keyword, but in the next prompt, if I type the keyword again, it doesn't render.
Theme
What OS are you seeing the problem on?
Windows
Which shell are you using?
powershell
Log output
Beta Was this translation helpful? Give feedback.
All reactions