Oh-my-posh hiding [DBG] prefix in powershell.
#1928
Unanswered
awa5114
asked this question in
Troubleshoot
Replies: 1 comment 19 replies
|
That's not something we support just yet, but let me see how this works and what needs to be done to enable that. |
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to debug a powershell script with Windows Terminal. I have oh-my-posh installed with a customized command prompt. I went through the following steps:
set-psbreakpoint -script test.ps1 -line 8I got the following output:
Which implies that my debugger is working fine. Furthermore I'm able to print out variables from within
test.ps1.Unfortunately, it looks like oh-my-posh is hiding the
[DBG]prefix in my command line prompt, which I would like to have.How can I prevent oh-my-posh from hiding the
[DBG]prefix in my command line prompt?All reactions