leoZ

Results 5 comments of leoZ

> See [#2480 (comment)](https://github.com/romkatv/powerlevel10k/issues/2480#issuecomment-1793676187) Thanks, but it didn't work for me. Probably this is an issue with vscode.

> I'm aware. It works with `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` for you, right? I added `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` to ~/.p10k.zsh, but I didn't see any different. My powerlevel10k works perfectly expect missing the copilot hint...

> What is the output of the following command? > > ```shell > typeset -p _POWERLEVEL9K_TERM_SHELL_INTEGRATION > ``` `typeset -i _POWERLEVEL9K_TERM_SHELL_INTEGRATION=1`

> Thanks for the additional info. The comment you've quoted says that `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` is enough to work around the problem, but for you it isn't. That's useful to know. It's...