Shell integration: Setup mechanism for listening to shell integration sequences and light up capabilities #139396
Labels
insiders-released
Patch has been released in VS Code Insiders
plan-item
VS Code - planned item for upcoming
terminal-shell-integration
Shell integration infrastructure, command decorations, etc.
Milestone
Parent issue #133084
The shell integration script will emit sequences that we need to handle via an xterm.js sequence handler. We may want to only light up capabilities on the terminal process once we have verified that feature works?
We also need to handle partial capabilities: On Windows may not work 100% since for example it emits the sequences in the renderer, not in the actual order they happened (microsoft/terminal#11220, microsoft/terminal#8698). Should we wait for the sequence to come and if the positioning of the prompt looks off don't turn on a particular capability?
The text was updated successfully, but these errors were encountered: