Skip to content

Comments

fix: limit scope to current process#3

Open
mattjohnsonpint wants to merge 1 commit intoo-mago:mainfrom
mattjohnsonpint:limit-scope
Open

fix: limit scope to current process#3
mattjohnsonpint wants to merge 1 commit intoo-mago:mainfrom
mattjohnsonpint:limit-scope

Conversation

@mattjohnsonpint
Copy link

Instead of sending the signal to all processes that start with __debug_bin, we can find the specific process we want, and send the signal only to that one process.

To do that, first we need to find all __debug_bin processes. Then we can walk their parents to see if they have an ancestor that is the vscode process.

Fixes #2

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.

bug: Shuts down all debug processes instead of active debug session

1 participant