-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Finalize shell integration sequences #155639
Comments
PR is out for the VS Code side of this #157571 Here are the answers to the questions above:
|
Thanks for doing this @Tyriar! |
#15751 makes it sounds like all ASCII chars should be replaced by their char codes, but that's only strictly necessary for |
@pfitzseb will clarify 👍 |
With the 2 PRs I'll call this closed, still open to feedback. The website docs will be covered in microsoft/vscode-docs#4809, until then the in code comments are the main documentation. |
This issue tracks cleaning up the shell integration sequences, documenting and encouraging third parties to use the sequences.
Possible users:
Some things to look into:
F
,G
) and right prompt (H
,I
) sequences are not thoroughly tested, we should investigate whether we need these at all considering.P
)?Task
should should be more genericE
) serialization of special characters633 A
-D
be removed in favor of133 A
-D
? p10k works in a degraded state when sending these, if it also sentE
(andP
?) would it be fully functional?The current sequences are lightly documented in code here:
vscode/src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
Lines 54 to 118 in f8aeb20
The text was updated successfully, but these errors were encountered: