Skip to content
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

Shell integration docs and readonly #208796

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Shell integration docs and readonly #208796

merged 1 commit into from
Mar 26, 2024

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Mar 26, 2024

Addressing feedback in #208257

@Tyriar Tyriar added this to the March 2024 milestone Mar 26, 2024
@Tyriar Tyriar requested a review from meganrogge March 26, 2024 15:39
@Tyriar Tyriar self-assigned this Mar 26, 2024
@Tyriar Tyriar enabled auto-merge March 26, 2024 15:39
@Tyriar Tyriar merged commit 46f2641 into main Mar 26, 2024
7 checks passed
@Tyriar Tyriar deleted the tyriar/208257_2 branch March 26, 2024 15:54
*/
shellIntegration: TerminalShellIntegration | undefined;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Does this API also take into account when shell integration is manually installed? Meaning, if automatic shell integration is failing, and manual installation works, does it return the shell integration object?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karrtikr yes it does, the auto injection stuff is finished when the process launches; this is set as soon as a command sequence comes in I believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants