-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Standard shell integration protocol support #153400
Comments
I would correct the snippet to: if [[ "$TERM_PROGRAM" == "vscode" ]]; then
ITERM_SHELL_INTEGRATION_INSTALLED="Yes"
fi |
@felipecrs that's a bit of a hack though, p10k should do this automatically soon. By all means use that in the meantime though. |
Sure. Thank you. I also found several issues with the manual installation procedure (although I realized that it's not required for P10k with this workaround). I shall send a PR to the docs soon to iron it out. |
@felipecrs any insights about manual installation would be great, FYI it should be greatly improved soon so depending on what it is you may be better off commenting on #153921 rather than doing a PR. |
At least in simplified mode, as it's the supported option for now. Refs microsoft/vscode#153400
Refs: #146587
Complexity: 3
Roles: Developer, Engineering Manager
Authors: @Tyriar, @meganrogge
Create Issue
The terminal now supports a degraded shell integration experience where the more standard shell integration protocol used by other terminal is only possible. This was done primarily to support powerlevel10k. To test:
.zshrc
before.p10k.zsh
is sourced:The text was updated successfully, but these errors were encountered: