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

Use pty naming instead of virtual process #77961

Merged
merged 8 commits into from
Jul 26, 2019
Merged

Use pty naming instead of virtual process #77961

merged 8 commits into from
Jul 26, 2019

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Jul 25, 2019

Part of #77160

@Tyriar Tyriar added this to the July 2019 milestone Jul 25, 2019
@Tyriar Tyriar self-assigned this Jul 25, 2019
* The callback used to execute the task. Cancellation should be handled using
* [Pseudoterminal.shutdown](#Pseudoterminal.shutdown). When the task is complete,
* [Pseudoterminal.onDidExit](#Pseudoterminal.onDidExit) should be fired with the exit code
* with '0' for success and a non-zero value for failure.
Copy link
Contributor

Choose a reason for hiding this comment

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

Are negative numbers allowed? If not,m can we comment that here as well.

Copy link
Member Author

@Tyriar Tyriar Jul 26, 2019

Choose a reason for hiding this comment

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

This part hasn't changed in this PR, though I'm leaning towards just making this an Event<void> though and letting the extension show a notification if that's what it wants to do when it fails.

@Tyriar Tyriar merged commit 03d1686 into master Jul 26, 2019
@Tyriar Tyriar deleted the tyriar/77160 branch July 26, 2019 22:32
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants