microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.38k stars 28.62k forks source link

Multi-line ohmyposh themes don't work with terminal suggest #223355

Open andreamah opened 1 month ago

andreamah commented 1 month ago

Testing #223130

I'm on windows.

  1. Powershell $PROFILE is:

Import-Module -Name Terminal-Icons

oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\tokyonight_storm.omp.json" | Invoke-Expression


2. Seems that the debug only recognizes the first line of input

![Image](https://github.com/user-attachments/assets/040f90d5-bfc9-4af5-844a-461ee3fe1286)
Tyriar commented 1 month ago

Good find, I'll have a look for July but I'm not sure how difficult this will be