You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a simple extension that listens to process creation. Ensure that the processId of the TaskProcessStartEvent refers to the task process itself and not to any node pty process. Ensure also that the exitCode of TaskProcessEndEvent returns the correct value.
Complexity: 2
Tests: #49806
API has been added to listen to process creation and termination of tasks. See https://github.com/Microsoft/vscode/blob/master/src/vs/vscode.d.ts#L4974
Write a simple extension that listens to process creation. Ensure that the
processId
of theTaskProcessStartEvent
refers to the task process itself and not to any node pty process. Ensure also that theexitCode
ofTaskProcessEndEvent
returns the correct value.Code sample
The text was updated successfully, but these errors were encountered: