Expose API whether shell integration is working or not #205058
Labels
api
api-proposal
*duplicate
Issue identified as a duplicate of another issue(s)
terminal-shell-integration
Shell integration, command decorations, etc.
Milestone
We've been trying to figure out for ourselves using various means whether shell integration is working or not:
Unfortunately each of them have not been reliably working for our users, resulting in various bug reports.
We need this information to use
collection.prepend
functionality correctly, to make sure we prepend exactly "once". Couple of solutions we could go with:collection.prepend
internally to make sure we prepend exactly once even whenapplyAtShellIntegration
andapplyAtProcessCreation
both aretrue
.The text was updated successfully, but these errors were encountered: