OhMyPosh breaks CoPilot #6672
Unanswered
lafleurh
asked this question in
Troubleshoot
Replies: 2 comments
-
|
I'm experiencing the same, could you tell copilot to run a specific shell? I'll see of that works for me today. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I just updated if (-not $env:DISABLE_OMP -and "$env:VSSKUEDITION" -eq "" -and $env:TERM_PROGRAM -ne "vscode") {
oh-my-posh --init --shell pwsh --config ~/jandadobbeleer.omp.json | Invoke-Expression
} |
Beta Was this translation helpful? Give feedback.
0 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 first want to say that this is a CoPilot problem, not an OhMyPosh problem. When you use CoPilot and OhMyPosh is running, CoPilot gets confused by the Unicode characters. One thing I found is you can tell CoPilot to output to files from the terminal and read the files instead of trying to read the terminal directly, and then it will work.
Has anyone else run into this?
Beta Was this translation helpful? Give feedback.
All reactions